KL Tse wrote:

> Dear All,
> I have problem in connecting to sybase on Linux. I have already created the
> database and tables. I believes that Database Url and Driver settings are
> correct. After I have input the user name and password of the newapp, the
> center is displayed an error at the middle with menu on the left side.


Whats in the error logs?

Have you added not only your database connection variables in 
TurbineResources.properties but also the correct adapter lines? e.g.

database.default.driver=org.postgresql.Driver
database.default.url=jdbc:postgresql://127.0.0.1/dbname
database.default.username=turbine
database.default.password=******

database.adaptor=DBPostgres
database.adaptor.DBPostgres=org.postgresql.Driver

c




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

Reply via email to