Just a FYI.
I built a 64bit static sqlite3 library (3.13.0) and tried Pauls class and example from the FreeBasic forum.
Worked fine. I think the sqlite3.bi file should be updated.
I don't remember if Jose had a Pb wrapper or not??
If these are extended what is the consensus on unicode?
James
For unicode, SQlite uses UTF-8.
> I don't remember if Jose had a Pb wrapper or not??
Yes, I have one, but its main purpose was to add structured exception handling and rich error messages. FreeBASIC has not structured exception handling.