If I use sqlite3_get_table() and update/insert/delete one of the tables
in the original query, does the results set get updated. ie. If I
iterate through the original results from sqlite3_get_table() will I
see the changes, or do I need to run the sqlite3_get_table() query
anew?

If I do see the changes does this also apply to an sqlite3_get_table()
query that was on a VIEW?

I realize I could write a sample app to try this, but would rather try
and save the time.

-- 
Best regards,
  Neville Franks, http://www.surfulater.com http://blog.surfulater.com
 

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to