Hi,
I have a *.db file, inside are fields id(int) name1(string) name2(blob binary). Both "values" (name1 and name2) are the same, first in pure text, second in hex.
The problem is where I try add or modify data via SQL command. UPDATE in name1 is OK, but in name2 is failed.
I have a question:
which way I can insert/update data in blob field via SQL.
Best regards
Ketiv
I have a *.db file, inside are fields id(int) name1(string) name2(blob binary). Both "values" (name1 and name2) are the same, first in pure text, second in hex.
The problem is where I try add or modify data via SQL command. UPDATE in name1 is OK, but in name2 is failed.
I have a question:
which way I can insert/update data in blob field via SQL.
Best regards
Ketiv