SQLite Forum

how to insert a structure data into blob?
Login
This time, I remove NOT NULL constraint from primary key, and blob can be inserted, still there is another question:

 FrmNo ,blob should be in the same row, but they are in different rows, FrmNo in the 1 row, the blob in the 2nd row, why? how should I modified my code?