On Wed, Jan 25, 2012 at 6:33 PM, Bill McCormick <wpmccorm...@gmail.com>wrote:

> http://www.sqlite.org/**capi3ref.html#sqlite3_bind_**blob<http://www.sqlite.org/capi3ref.html#sqlite3_bind_blob>
>>
> Ha! That's the full description that left me with my questions in the
> first place!!


Lol! Fair enough.


> http://www.adp-gmbh.ch/sqlite/**bind_insert.html<http://www.adp-gmbh.ch/sqlite/bind_insert.html>
>>
> Ha!! That example doesn't use the destructor arg.
>

It does, actually: it uses SQLITE_STATIC, which is a no-op function with
the signature void(*)(void *).

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to