Having some difficulty using sqlite3_table_column_metadata, used from VB6. I keep getting a zero for the first output argument (should be pointer to declared data type string) and the return value of the function keeps giving 1. I read in Jay Kreibich's book:
db_name A logical database name, encoded in UTF-8. The name may be main, temp, or a name given to ATTACH DATABASE. tbl_name A table name. col_name A column name. Should the tbl_name and column_name also be encoded in UTF8? Using SQLite 3.21.0 RBS _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users