Hi All,
I have an application running the uses a local SQLlite DB which is working very well and of course I return record sets into Cursor data types. All my code uses this method to filler sort and display data. Now I wish to uses the cloud (Google Fusion) as an additional data source and some times share/ transfer table content between the cloud and SQL lite. I have the Fusion access and fusion query transfer working correctly, the current returned fision data is put into a list.
Q1) is there a way to populate a cusor with returned fusion data?
Q2) whats the best way to cross populate the data?
all the best
Jason