Hi folks
Using a complex query from multiple tables , I get a result string json encoded from php ..
I use our b4x json parser and everything works fine except that the fields are scrambled I.e not in the same order of the coming query and string result.
P.s :
1- post string results Comes in the correct order , so the scramble happens at parsing/ accessing the maps.
2- this is a query from multiple tables so I can't query the columns table (show columns , or can I??)
3- query and tables are dynamic, so I can't do it manually. And I need to keep the order to throw the results directly into the table, without having to set columns for every single request.
Any help ?
Using a complex query from multiple tables , I get a result string json encoded from php ..
I use our b4x json parser and everything works fine except that the fields are scrambled I.e not in the same order of the coming query and string result.
P.s :
1- post string results Comes in the correct order , so the scramble happens at parsing/ accessing the maps.
2- this is a query from multiple tables so I can't query the columns table (show columns , or can I??)
3- query and tables are dynamic, so I can't do it manually. And I need to keep the order to throw the results directly into the table, without having to set columns for every single request.
Any help ?