Half thought... SQLite Wrapper from Tim Anderson at itwriting.com On Sat, Feb 10, 2018 at 9:06 PM, Stephen Chrzanowski <[email protected]> wrote:
> Delphi Berlin 10.1 using his SQLite Wrapper from I don't know how long > ago. Its served me well in Delphi 7, but with the move to Unicode > materials, its got a few things to iron out that I've been able to work > around in code. Like this threads sample. :] > > > On Sat, Feb 10, 2018 at 8:51 PM, Simon Slavin <[email protected]> > wrote: > >> >> >> On 11 Feb 2018, at 1:39am, Stephen Chrzanowski <[email protected]> >> wrote: >> >> > What I had before was this: >> > db.ExecSQL('delete from sqlite_sequence where >> > name=?',[ansistring('Magazines')]); >> >> Oh dear. Don't you just hate getting lost in multiple text >> representations ? >> >> C++ Builder ? Delphi ? Check the documentation. SQLite expects >> Unicode. Anyway, glad you got it working. >> >> Simon. >> _______________________________________________ >> sqlite-users mailing list >> [email protected] >> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users >> > > _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

