I have a problem :
1) I have a SQLite Data file
File name: NailBasicData.sqlite3 Table Name: NailBasic
Data structure is:
col1: itemno TEXT primary key
col2: image BLOB
2) I want to read an image which itemno = (a String Variable item(0))
Here (in the test program) I set a value to item(0) = “FMAS-2101”
3) The error msg : no such column: itemno (code 1): while compiling: SELECT …
Please show me how to correct my code.
Andy
1) I have a SQLite Data file
File name: NailBasicData.sqlite3 Table Name: NailBasic
Data structure is:
col1: itemno TEXT primary key
col2: image BLOB
2) I want to read an image which itemno = (a String Variable item(0))
Here (in the test program) I set a value to item(0) = “FMAS-2101”
3) The error msg : no such column: itemno (code 1): while compiling: SELECT …
Please show me how to correct my code.
Andy