Hi guys,
I have already connected a java program to my database, I used
String driver ="com.progress.sql.jdbc.JdbcProgressDriver";
String URL = "jdbc:jdbcprogress:T:hostlocal:15497:xxxx";
That works good and I can use sql code to get information of my database but I would like to access with browsers then I used Netbeans And I created a Web application to try to connect to my database, well I am using the same computer and the driver and URL are the same, but when I open the browser and I try connect I receive the error, something like that: "Drive not suitable", but thats works before with no web application, someone can help me?
I have already connected a java program to my database, I used
String driver ="com.progress.sql.jdbc.JdbcProgressDriver";
String URL = "jdbc:jdbcprogress:T:hostlocal:15497:xxxx";
That works good and I can use sql code to get information of my database but I would like to access with browsers then I used Netbeans And I created a Web application to try to connect to my database, well I am using the same computer and the driver and URL are the same, but when I open the browser and I try connect I receive the error, something like that: "Drive not suitable", but thats works before with no web application, someone can help me?