"Derrell Lipman" wrote...

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

On defense of D, I had a bug in my program.  It was all my fault.  Long 
story...  But now, everything is working fine.

thanks,

josé 

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to