To read txt, use fread() or fgets() . This is the most convenient answer I think.
It is up to your programming skills to read the file line by line and parse each line according to your needs. Here is an example https://github.com/fnoyanisi/sqlite3_capi_extensions On 05/05/2013, at 6:20 PM, Newbie89 <[email protected]> wrote: > let say is .txt file > > > > -- > View this message in context: > http://sqlite.1065341.n5.nabble.com/How-to-read-log-file-format-into-sqlite-database-tp68676p68678.html > Sent from the SQLite mailing list archive at Nabble.com. > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

