No, this won't work (not even with the correction, which is still not correct code).

To export a database, you need more than just the contents. You need the structure (schema), indices, constraints, etc. All of this can be created using the DBD::SQLite driver, but you have to have the information in the first place, in order to make use of it.

Randy
--
[EMAIL PROTECTED]          http://www.rjray.org         http://www.svsm.org

Always code as if the guy who ends up maintaining your code will be a violent
psychopath who knows where you live.  -- Rick Osborne

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to