Hi,
I have just recently come across the SQLITE database library and it appears to be just the library I've been looking for. I do have a few questions that perhaps another, more experienced SQLITE user, could answer.

1. Does anyone have a zipped up version of the SQLITE documentation? The online documentation is great but on at least one of my development systems I don't have web access. A local copy on my windows machine would make things easier.

2. Could someone give me a brief overview on how to insert and retrieve BLOB data in SQLITE? It seems to me that sqlite3_exec is fine for selecting and inserting rows when the column data being used is a 0-terminated string. But what is the general approach if one or more columns contain variable-length binary data?

Thanks for any help!

Cheers
Dan Greene

Reply via email to