Wei Song <[email protected]> wrote: > I'm developing an SQLite extension which uses a function to set data into a > table. I'd like to know how to check if a table > exists in a database?
Just prepare the statement that you are going to use to write the data, and handle any errors. -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

