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
-----Original Message-----
From: Jacob Lund [mailto:[EMAIL PROTECTED]]
Sent: 25. august 2001 10:40
To: [EMAIL PROTECTED]
Subject: cloudscape and slide
Hi,
have any of you tried to use cloudscape database with slide. Specific with
the create=true parameter on the driver.
Cloudscape is not fully jdbc 2.0 compliant - I don't know if that is a
problem.
/Jacob