Subject | Re: [ib-support] problems width storing data |
---|---|
Author | Martijn Tonies |
Post date | 2002-10-14T09:25:42Z |
Hi,
an INT(5) column. Unless it's an array column.
INSERT INTO statement.
With regards,
Martijn Tonies
InterBase Workbench - the developer tool for InterBase
http://www.upscene.com
Firebird Workbench - the developer tool for Firebird
http://www.upscene.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
> I'm new user of firebird database and I have problem width insertingYou might want to check your table metadata again. I've never heard of
> data into my table:
> INSERT INTO users VALUES(1, 'George', 'Washington');
>
> (table users has columns(int(5), varchar(30), varchar(30)) and when i
an INT(5) column. Unless it's an array column.
> execute it width isql I get a message: error converting fromIf you have more than 3 columns, list the column names too in the
> string "BLOB". I can't resolve this problem, so please can anyone
> help me.
INSERT INTO statement.
With regards,
Martijn Tonies
InterBase Workbench - the developer tool for InterBase
http://www.upscene.com
Firebird Workbench - the developer tool for Firebird
http://www.upscene.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."