On 8 Jul 2013, at 5:15am, techi eth <techi...@gmail.com> wrote: > I am using SQLite3 version : 3.7.9. > > Do i need to configure with some option to get linkage problem get resolved.
No. You just need to use version 3 API calls, not version 2 API calls. There is no call 'sqlite_get_table()' in SQLite version 3. Nor is there anything like it. The closest thing is 'sqlite3_exec()'. Here is 'getting started' for SQLite3: <http://www.sqlite.org/quickstart.html> Here is the introduction to the API calls: <http://www.sqlite.org/cintro.html> Simon _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users