I have one table with a text column. When I try to insert into this table, this error message appears:
# 617: A blob data type must be supplied within this context.
The insert statment is:
insert into teste_blob (codigo, desc) values (1,'Test')
codigo = Integer
desc = Text
Thanks.
# 617: A blob data type must be supplied within this context.
The insert statment is:
insert into teste_blob (codigo, desc) values (1,'Test')
codigo = Integer
desc = Text
Thanks.