What's wrong with the link already given you in another thread?
http://www.sqlite.org/backup.html
Also see http://www.sqlite.org/c3ref/backup_finish.html.


Pavel

On Thu, Jan 28, 2010 at 9:43 AM, Trapper Schuler
<trapper.schu...@technosoft.com> wrote:
> 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
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to