Unfortunately I cant print the value of val before it's pushed to the
values vector because when do that I got this same error - I think
the problem is with pointer:
char * ptr = (char*)sqlite3_column_text(statement, col);
Maybe it hold wrong address ?

I compile this code on Borland C++ Builder 6 Personal and still have
error.

Summary:
I have error on Windows XP / Windows 7 and in Borland Builder 4
Standart / 6 Personal



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

Reply via email to