Update the specified record from the specified data table
Future<Map<String, dynamic>> updateRec( String table, Map<String, dynamic> fields) { throw UnimplementedError(); }