Recent content by muddu_shafi

  1. M

    What does DLC mean in my installation?

    I am trying to run a java application that connects to progress database using JDBC. I have downloaded jdk from Sun and installed it in windows OS at C:\Program Files\Java\jdk1.6.0_13. It has following folders bin,jre,lib,demo, include, sample. I have seenthe documentation which says set the...
  2. M

    Progress DB connection through Java

    You can connect to a progress database if you ahve the following files. jdbc.jar progress.jar procli.dll jdbcprogress.dll Copy these files and store it int he "lib" direcotory of your applications server. Or copy these files and store it int he "lib/ext" folder of IDE. Also copy procli.dll...
  3. M

    No suitable driver found for jdbc:JdbcProgress?

    I am presently trying to connect to Progress9.1 dtabase from a windows 64 bit 2008 operating system. It loads the driver com.progress.sql.jdbc.jdbcprogress drivers, but when it tries to get a connection to the database it displays an error as "No suitable drivers found". I have dumped/deployed...
Top