The documentation I see for the sqlite3_bind_text 5th argument (a destructor used to dispose of the BLOB or string after SQLite has finished with it) isn't clear:

1. I assume the "string" that we're talking about here is the 3rd argument (const char*)
2. What will be void* argument be to the destructor?
3. What void* should the destructor return?

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

Reply via email to