Hello,

Is there a SQLite function that can "copy" one database to another
(programmatically)?

I would imagine that there would be a function that could take a "From"
handle and a "To" handle that could copy an entire database.

A "duplicate" function should work for me as well if there is no "copy"
function.

Hopefully, then I could switch between types of databases if necessary
since it appears you get the same type of database connection no matter
what type of database you have.

I am mostly just trying to understand what my options are.

==========================================
Some Relevant Links:
==========================================
http://www.sqlite.org/c3ref/funclist.html
==========================================

Thank you.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to