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
>
>  
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.