-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello,
I'm investigating migrating my Perl/Tk application from MySQL to SQLite. I've got most of the conversion to DBD::SQLite done, but there are a couple of areas I'm stuck on.
My first issue is that I need to be able to export and import database dumps. Given that the end user won't have the sqlite command-line utility available, how would I do a database export and database import strictly within the DBD driver?
The export should write out to a file the schema and contents of the database, whereas the import should take that export and rebuild the database schema and exported contents. The equivalent in MySQL would be doing a mysqldump > file.sql for a database, then doing a mysql < file.sql.
Any hints will be appreciated.
Thanks, Wade -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD)
iD4DBQFAsfnlo4DwsyRGDscRAvokAJ9iGLUocZ7v2ddKmSsXG69YbE8PgACY6DGt 6PseuKsEMepnDc1+yY6t4Q== =btge -----END PGP SIGNATURE-----
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]