Hi, I've been trying to setup Squirrel with Progress OpenEdge 10.1B by following this document-
http://knowledgebase.progress.com/articles/Article/000032547
It's all been fine until I hit this section-
Hello MSOAndy,
The directory DLC is just an identify to where Progress / OpenEdge is installed. It can be named differently during the installation but we use DLC to mean the installation directory.
The java directory under this should be in every installation.
The files openedge.jar, util.jar, and base.jar provide the JDBC code for a JDBC connection by SQuirreL.
In this case, this files would be needed on whatever machine SQirreL was running on.
That article presumes that SQuirrel has been installed on the same system that Progress / OpenEdge was installed.
Hope this helps.
You can find them under your OpenEdge install directory. DLC (or dlc) refers to install directory.
For instance: if you have OpenEdge installed in /dir1/dir2, you can find these files under /dir1/dir2/java
Ok great- I presume this would be on the server we have OpenEdge installed on? Sorry for the basic question, I'm working backwards on all of this with very little help, so it's pretty confusing.
Thanks for your help!
Hello MSOAndy,
The directory DLC is just an identify to where Progress / OpenEdge is installed. It can be named differently during the installation but we use DLC to mean the installation directory.
The java directory under this should be in every installation.
The files openedge.jar, util.jar, and base.jar provide the JDBC code for a JDBC connection by SQuirreL.
In this case, this files would be needed on whatever machine SQirreL was running on.
That article presumes that SQuirrel has been installed on the same system that Progress / OpenEdge was installed.
Hope this helps.
Excellent, thanks for your help Richard.