Re: Re: Base dosn't support INSERT?
Andrew Jensen <[email protected]>
| Newsgroups | gmane.comp.openoffice.dba.user |
|---|---|
| Message-ID | <[email protected]> |
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
>
>
>