Hi, I'm trying to log in to a DB using Progress 9.1c
this is my code:
Class.forName("com.progress.sql.jdbc.JdbcProgressDriver");
cnn = DriverManager.getConnection(url, user, pass);
url, user and pass, are obviously Strings. url is already defined as the Logic url of the database...