Hi everyone, I have been puzzled for quite some time as to why, in the SQLite C API, sqlite3_bind_text() takes a const char* as its third argument but sqlite3_column_text() returns a const unsigned char* instead.
Should they not involve the same type since one is a string input function while the other is the corresponding string output function? Thanks, Eugene Wee _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users