PDA

View Full Version : Sqlite3 symbol not found




MvR
Sep 8, 2008, 06:08 PM
I attempted to call sqlite3_table_column_metadata which is defined in sqlite3.h, but get the symbol(s) not found error. All other sqlite3 calls link properly.

Has anyone seen this?



kainjow
Sep 8, 2008, 07:05 PM
And you're linking against the right libsqlite file?

PhoneyDeveloper
Sep 8, 2008, 09:05 PM
sqlit3.h says

** This API is only available if the library was compiled with the
** SQLITE_ENABLE_COLUMN_METADATA preprocessor symbol defined.
*/
int sqlite3_table_column_metadata(

springframework
Sep 8, 2008, 09:09 PM
you probably didn't add the proper libsqlite3.0.dylib framework

this is the only sqlite framework i have tried, the other ones may work, im not sure.