Re: [sqlite] Bind Blob in Version 2 Api

2005-03-22 Thread Marcel Strittmatter
Is there an similiar function to version 2 API to sqlite3_bind_blob function? Version 2 doesn't handle blobs. You must store blobs as encoded strings. Look at the file src/enocde.c to see how to encode strings. Marcel

[sqlite] Bind Blob in Version 2 Api

2005-03-22 Thread Vitor Serra Mori
Is there an similiar function to version 2 API to sqlite3_bind_blob function ? Thanks Vitor