sqlite3 FYI

Started by James Fuller, June 02, 2016, 06:28:48 PM

Previous topic - Next topic

James Fuller

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

José Roca

For unicode, SQlite uses UTF-8.

José Roca

> 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.