DataGrid Optimization question

Andrew Kluthe andrew at rjdfarm.com
Fri Sep 17 19:08:56 EDT 2010


Hmmm, the data coming in is from a mySQL database and I have 3 sets of data.
Live data, update data, and Added data.

Each of these is held in a datagrid simply for the ease at which it can be
turned from an array into tab delimited text that can be stored in a
flatfile as backup and the ability to search the through the data using the
datagrid API. 

The program works offline most of the time and at the end of the day gets
synced with the database.

What do you suggest? This datagrid thing leads to so much overhead in that I
have to initialize it on the hidden cards before opening the program. 

Would you recommend I just write search & export functions for a custom
property?


-- 
View this message in context: http://runtime-revolution.278305.n4.nabble.com/DataGrid-Optimization-question-tp2544336p2544558.html
Sent from the Revolution - User mailing list archive at Nabble.com.



More information about the use-livecode mailing list