View Single Post

   
  #1 (permalink)  
Old 04-09-2008, 11:26 PM
cferriol
 
Posts: n/a
Default Connecting to Progress with jdbcprogress


I am trying to connect to a Progress Database using Java

Class.forname("com.progress.sql.jdbc.JdbcProgressD river");
String url="jdbc.JdbcProgress:T:morfeo:inv_pru:inv";
Connection con = DriverManager.getConnection(url,"","");

and it send me the exception "Database not started".

I start the database with command
proserve inv -S inv_pru -H morfeo -N tcp

I think there is something with the database starting but I don't find
it.

Can anybody help me?

--
Posted via http://dbforums.com
Reply With Quote