Newbie questions adapting the Picture app for mobile
Posted: Tue 27 Dec 2005 12:32
I am coming from database programming in delphi so the learning curve is hurting my brain. I hope someone can point me in the right direction.
I have adapted the app to include a few more fields etc, and understand the connection settings etc.
The app works fine if I have a connection. What I need to do is fill up the datagrid with images, desc etc whilst not connected. I can then connect and update the tables with the new data.
I cannot work out how to 'open' the data grid without being connected.
Once the above is working I need to do the following:
Loop through the datagrid.
Check if the record exists (the field is Reg_Num) if so updated if not insert new record.
Any help appreciated
SteveW
I have adapted the app to include a few more fields etc, and understand the connection settings etc.
The app works fine if I have a connection. What I need to do is fill up the datagrid with images, desc etc whilst not connected. I can then connect and update the tables with the new data.
I cannot work out how to 'open' the data grid without being connected.
Once the above is working I need to do the following:
Loop through the datagrid.
Check if the record exists (the field is Reg_Num) if so updated if not insert new record.
Any help appreciated
SteveW