PlanetSquires Forums

Support Forums => General Board => Topic started by: James Fuller on June 02, 2016, 06:28:48 PM

Title: sqlite3 FYI
Post by: James Fuller on June 02, 2016, 06:28:48 PM
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
Title: Re: sqlite3 FYI
Post by: José Roca on June 02, 2016, 07:05:56 PM
For unicode, SQlite uses UTF-8.
Title: Re: sqlite3 FYI
Post by: José Roca on June 02, 2016, 07:10:19 PM
> 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.