>
>
> and I did an SQL command dump of the string that I am passing to the D
> SQLite wrapper and it is escaped.  I am reclining on the idea that it is
> the
> D wrapper.  I have to go to post this on the D wrapper newsgroup.
>

My understanding is that you can call C library functions from D. You
should, therefore, not need whatever the D wrapper is, and instead can call
the native sqlite3 library directly. Might be worth a try since you have
doubts about your current wrapper.

Derrell
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to