Hello,
I get the error: SQLiteException: unknown error (code0) INTEGER data in nativeGetBlob
The field "Blobres" is empty.
Does anyone know what is the problem?
Thanks
Lutz
I get the error: SQLiteException: unknown error (code0) INTEGER data in nativeGetBlob
B4X:
Dim curs As Cursor
curs = Main.dbSQL.ExecQuery("SELECT * FROM sortedtexts WHERE PK=" & Main.TextPK)
curs.Position = 0
Dim blobBuffer() As Byte
blobBuffer = curs.GetBlob("Blobres")
The field "Blobres" is empty.
Does anyone know what is the problem?
Thanks
Lutz