Newbie question re install and JDBC

banjodog

New Member
I am installing an evaluation Of OpenEdge in order to test whether I can connect to Progress using JDBC and run standard SQL queries.

Do I need the SQL Server Engine in order to query the database using SQL? I am not sure what the SQL Server Engine is.

Where can I find the required JDBC drivers. Are they included in the install somewhere?
 

TomBascom

Curmudgeon
Yes, you need the SQL engine in order to query the DB with SQL.

Yes, the drivers are part of the install. They should be automatically installed.
 

banjodog

New Member
Ok, thanks

I am trying to access the database from a 3rd party tool (Dbvisualizer) and I need to tell it which driver files to use. Which files are the actual JDBC driver files?
 
Top