in reply to Re^2: SQLite command line
in thread SQLite command line
is it possible to access the command line interface of SQLite
SQLite is an application programming interface (API).
sqlite3 is a command line interface to a SQLite database.
Did you mean "is it possible to access a command line interface to SQLite?"
Did you mean "is it possible to access sqlite3?"
Either way, the answer is surely the same: Yes, sqlite3 is available for Windows.
Using the command line I could just load file into a table.
That should read "Using sqlite3, I could just load file into a table.". Excellent. Exactly what you need.
Update: Rewritten.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: SQLite command line
by Anonymous Monk on Feb 01, 2012 at 14:53 UTC | |
by ikegami (Patriarch) on Feb 01, 2012 at 19:56 UTC |