Recent content by IvanSalazar

  1. I

    JDBC and Progress 9.1c

    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...
Back
Top