On 06-07-2013 09:50, techi eth wrote:
Hi,When i try to use extended API like sqlite_get_table(), i am getting
undefined reference to function.
How do i get it resolve ? I am following below link for API reference.
http://www.sqlite.org/c_interface.html



That link leads to:
The C language interface to SQLite Version 2

Maybe you should use:
C/C++ Interface For SQLite Version 3
(http://www.sqlite.org/capi3ref.html)

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

Reply via email to