On 3 August 2010 14:52, john knops <jkn...@australiaonline.net.au> 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 '.import'

http://www.sqlite.org/cvstrac/wiki?p=ImportingFiles

>
>

Regards,
Simon
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to