You should change your statement to this:

INSERT INTO "testi" ("ID", "a", "b")
VALUES (2, 'Hoo', 'Foo')

assuming columns are
ID = integer
a and b = varchar or char

HTH

Drew Jensen

Heikki Tuhkanen wrote:

INSERT INTO testi (ID, a, b)
VALUES (2, Hoo, Foo)

Results:

"The data content could not be loaded.
SQL Status: 00000
Error code: -155


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to