Printing description of $25:
{
createdate = 1365451062;
createdby = Smith;
description = "here is my description";
effectivefrom = 0;
effectiveto = 0;
"group_admin" = 9876;
"group_email" = "em...@domain.com";
"group_id" = "5321FD46-7D60-435F-BAB5-C532AAF0354D";
"group_owner" = 6789;
"group_type" = user;
isclosed = 0;
isprivate = 0;
lastupdate = 1365451062;
markedfordelete = 0;
name = John;
searchable = 1;
updatedby = John;
"user_id" = 12345;
}
But in the database my columns are set differently. They are in this order for table contactgroup:
group_id, user_id, name, description, isprivate, group_email, searchable, group_type, isclosed, group_owner, group_admin, lastUpdate, updatedby, createdBy, createDate, markedfordelete, effectivefrom, effectiveto.
So the question is, how can I get FMResultSet to return the row in the order of the columns as defined in the DB?