Sorry this may seem like a newb question but I've been struggling with this for days, I am not familiar with SunONE...
I am trying to access the native JDBC drivers for Progress 91D and I'm using SunONE 4 Update 1 and I can't seem to load the JDBC library.
I initially thought it was my code but I can import the package jdbc.jar and instantiate a JdbcProgressDriver. Also, I can test the jdbc URL via the Driver.acceptsURL() and it returns true. But everytime I try to create a connection, I get a no suitable driver found. I have been fiddling around with this for three days now and I can't seem to get this to work.
This is the only theory I can think of...
1) Mounting the filesystem adds the jdbc.jar to the classpath but for some reason it can't load the library
Question: Does anyone know how to mount this .jar properly? Do I need to edit the Ant build scripts? I hope not because I don't know how to do that either...
Help would be much appreciated
I am trying to access the native JDBC drivers for Progress 91D and I'm using SunONE 4 Update 1 and I can't seem to load the JDBC library.
I initially thought it was my code but I can import the package jdbc.jar and instantiate a JdbcProgressDriver. Also, I can test the jdbc URL via the Driver.acceptsURL() and it returns true. But everytime I try to create a connection, I get a no suitable driver found. I have been fiddling around with this for three days now and I can't seem to get this to work.
This is the only theory I can think of...
1) Mounting the filesystem adds the jdbc.jar to the classpath but for some reason it can't load the library
Question: Does anyone know how to mount this .jar properly? Do I need to edit the Ant build scripts? I hope not because I don't know how to do that either...
Help would be much appreciated