Recent content by Glossy

  1. G

    Connecting to Progress 9.1 with jdbc

    Hello !! I'm trying to connect to a Progress v9.1 database with a jdbc driver (the one furnished by Progress). I don't use ODBC. The code I use is : forName("com.progress.sql.jdbc.JdbcProgressDriver"); Connection con =...
Top