I'm using UltraDev to create JSP pages to connect to a Sybase database through Apache/Tomcat. I can connect to the database and view the table BUT...
I cannot access the table data. I am getting the following Dreamweaver UltraDev error:
A server timeout has occured. Here are the possible reasons.
1. Please make sure that the web server is up and running.
2. Please verify that the ODBC DSN exists on the application server.
My connection configuration is:
Driver: com.sybase.jdbc2.jdbc.SybDriver
URL: jdbc:sybase:Tds:[server: /database]
Any clues?
I cannot access the table data. I am getting the following Dreamweaver UltraDev error:
A server timeout has occured. Here are the possible reasons.
1. Please make sure that the web server is up and running.
2. Please verify that the ODBC DSN exists on the application server.
My connection configuration is:
Driver: com.sybase.jdbc2.jdbc.SybDriver
URL: jdbc:sybase:Tds:[server: /database]
Any clues?