in reply to Re: SQLite function .import not working
in thread SQLite function .import not working

I believe it's possible to add driver-specific methods to DBI database handles, but no one has ported sqlite's functions.

Replies are listed 'Best First'.
Re^3: SQLite function .import not working
by Anonymous Monk on Jun 02, 2010 at 01:11 UTC
    They're not part of sqlite, they're part of the sqlite shell program
      I know. I said sqlite, not SQLite. I said method, not SQL statement.
        Oh, you mean sqlite3 (or sqlite3.exe)