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