I'm using sqlite3 for the first time and I've been having an aggravating problem I hope someone can help with.
I'm doing a simple query on a database I created using the sqlite3 command line utility. sqlite3_column_text16 produces garbage on Mac OS 10.5 using XCode 3, but with windows xp and Visual Studio 2005 the same code produces the expected results from the same database. The other sqlite_column functions I've tested yield the expected results on both platforms. In each case I compiled a static library from the newest Sqlite 3.5.9 sources. When the program executes sqlite reports no errors and calls to sqlite3_column_bytes16() after sqlite3_column_text16() yield the same (correct) count regardless of OS. Thanks in advance for helping. -- Ben Frech [EMAIL PROTECTED] _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users