Hi all,

What's the best way to copy data from one db to another?

Given 2 databases with identical schemas, one full of data and the  
other empty, the brute force way would be to perform selects on the  
source db, then for each row, perform an insert into the destination  
db.  Is there a more efficient way?

Thanks in advance!
Scott


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

Reply via email to