Do calls to sqlite3_free_table have to be synchronised with calls to 
sqlite3_get_table?
 
In order words can one do: 
~get_table a,
~get table b, 
~free_table a, 
~free table b
 
or does it have to be:
~get table a
~get table b
~free table b
~free table a
 
?? 
Thanks,
 
 


      __________________________________________________________
Sent from Yahoo! Mail.
A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to