Search results

  1. M

    Error in Progress9.1d - JDBC Connection

    Hi, Try this, 1) Install 91d on server. 2) start your 91b database with the "_mprosrv.exe" program. This program is found in the directory where 91d version is installed. Do not use the one in 91b's installation directory. By this way, you will start your 91b database with a 91d broker...
  2. M

    Printing Barcode with Argox OS214 and Argox x2000

    Hi, I prepared the data according to the format required by Argox. If I send data without conversion, then it writes exactly what I send without drawing any bars. If I send the data with conversion (with specifying the code page such as 1254, UTF8.), it prints a couple of nonsense bars that...
  3. M

    Error in Progress9.1d - JDBC Connection

    Hi, no I'm not using ODBC driver. I'm using a JDBC driver and connecting with tcp. Thank you anyway, I solved my problem already.
  4. M

    Error in Progress9.1d - JDBC Connection

    I solved the problem In the environment variable CLASSPATH, couple of directories related to Progress9.1b were also defined (before 9.1d). Because of this, my program was trying to connect a 91d database with a 91b jdbc driver. Only after I erased the directories related to the 91b driver, the...
  5. M

    Error in Progress9.1d - JDBC Connection

    Hi everyone, I am trying to make a JDBC connection to Progress 9.1d through JDeveloper 10g. I think I defined all the classpaths, etc. correctly (jdbc.jar and progress.jar). - My driver class name is as shown below: com.progress.sql.jdbc.JdbcProgressDriver - And my url is as shown below...
Back
Top