Re: [sqlite] Populating a database from a file

2010-08-05 Thread Kirk Clemons
To: sqlite-users@sqlite.org Subject: [sqlite] Populating a database from a file If I'm using MySQL I can populate a database with "Load data infile '/tmp/data.txt' into table table_1" Is there a similar way of loading data into a sqlite3 databas

Re: [sqlite] Populating a database from a file

2010-08-04 Thread Simon Davies
On 3 August 2010 14:52, john knops wrote: > If I'm using MySQL I can populate a database with "Load data infile > '/tmp/data.txt' into table table_1" > Is there a similar way of loading data into a sqlite3 database? > > Thanks > >From sqlite shell use

[sqlite] Populating a database from a file

2010-08-04 Thread john knops
If I'm using MySQL I can populate a database with "Load data infile '/tmp/data.txt' into table table_1" Is there a similar way of loading data into a sqlite3 database? Thanks ___ sqlite-users mailing list sqlite-users@sqlite.org