I had to make the table myself. The oracle 8i sql script from the slide
homepage works if you put double-quotation marks around action and alter
blob to long varbinary.
"ACTION" is good.
Jacob Lund
QualiWare ApS
-----Original Message-----
From: Dirk Verbeeck [mailto:[EMAIL PROTECTED]]
Sent: 26. august 2001 18:43
To: [EMAIL PROTECTED]
Subject: Re: cloudscape and slide
Jacob Lund wrote:
> Hi again!
>
> I got the cloudscape database working with slide. Cloudscape is a pure
> java database for Informix. It is possible to get this database
> running on the same JVM as the tomcat/slide server - this results in a
> very nice performance using a small amount of hardware resources.
>
> There is one problem though - the cloudscape database has the word
> action as a reserved word. This generates an error when slide accesses
> the permissions table. I don't know who is in charge of this part of
> slide, but could you maybe put double-quotation marks ("action")
> around the word action in the sql statements?
>
> Regards,
> Jacob
Is "ACTION" also good for Cloudscape?
I know oracle in oracle: action = "ACTION" != "action".
If this is good then I'll do the change otherwise, I'll have to make a
Cloudscape store.
Are the tables created by slide or did you create them manually ?
Dirk