Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: SQLite command line

by ikegami (Patriarch)
on Jan 29, 2012 at 09:21 UTC ( [id://950562]=note: print w/replies, xml ) Need Help??


in reply to SQLite command line

huh? What do you mean by "command line interface", and how does that differ from "stand-alone application"?

Replies are listed 'Best First'.
Re^2: SQLite command line
by Anonymous Monk on Jan 31, 2012 at 15:49 UTC
    Sorry if I express myself wrong. What I need is the follows. I have several files with 30+ columns which I need to import into the database. Of course I could write a create instruction and then insert into (..these 30 fields again ..) values. Using the command line I could just load file into a table.
    Scratch_DB seems to be the very thing I need for this but it seems not to run on ActivePerl.

      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.

        I know now how I should ask in the first time :-)
        If sqlite3 is in the standard Perl distribution.
        The answer is obviously no.
        Thanks!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://950562]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-26 00:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found