ts-soft wrote:Can you post an example? I don't use the lib for my applications, thus I myself can find no mistakes.
Sorry, it may be my fault. I had inserted a data via
Prepare
Bind
Step
Finalize
but used
sSQLQuery.s = "Select * from tblNotes WHERE KeyString = '"+dbRec$+"'"
Statement = SQLite3_GetRecordset(sSQLQuery, dbHandler, @RS)
If SQLite3_GetRecordsetValueByName("noteblob", @RS)
which failed to properly retrieve the previously inserted record.
Guess I shouldn't have mixed the routines.
edit
I can consistently create a problem using routines from the PBOSL source, so I will trim down my source and post something which will demonstrate the problem a little later. Maybe someone will be able to explain what I'm doing incorrectly, or confirm a problem with the source.
cheers