On 8 Jul 2009, at 11:40am, _h_ wrote: > Does any mechanism is available via which I can bind the db with > text file > and can use the db apis to access that text file, and can perform > the i/o.
For SQLite to be useful for you, the data must be in a SQLite database file. You cannot manipulate data in a text file. If you want to import data from a text file to a database file, use the sqlite3 command-line tool. See the documentation here to get started using SQLite: http://www.sqlite.org/quickstart.html Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users