Subject | problems width storing data |
---|---|
Author | popajcic |
Post date | 2002-10-14T09:17:15Z |
I'm new user of firebird database and I have problem width inserting
data into my table:
INSERT INTO users VALUES(1, 'George', 'Washington');
(table users has columns(int(5), varchar(30), varchar(30)) and when i
execute it width isql I get a message: error converting from
string "BLOB". I can't resolve this problem, so please can anyone
help me.
Thanks in advance,
Djordje Popovic.
data into my table:
INSERT INTO users VALUES(1, 'George', 'Washington');
(table users has columns(int(5), varchar(30), varchar(30)) and when i
execute it width isql I get a message: error converting from
string "BLOB". I can't resolve this problem, so please can anyone
help me.
Thanks in advance,
Djordje Popovic.