I have been trying to use the "DataDirect 4.20 32-Bit OpenEdge SQL v10.0B driver" that appears to have been installed with the database. Is this comparable to the 'Merant' driver you mention? I've seen reference to the Merant driver in my googleing but it is usually related to v8 and v9 databases.
What I think would be really useful would be to know if there are conventions used by Progress databases. Do they run on a default port for example? Can you use 'localhost' as the host name, or do you have to be more specific? If the Merant driver is freely available and will facilitate an ODBC connection to a 10.0B database in a way that the DataDirect 4.20 32-Bit OpenEdge SQL v10.0B driver isn't right now, then that would be great.
Main Topics
Browse All Topics





by: FGomez02Posted on 2009-03-02 at 03:43:52ID: 23773218
If you want to access the database, you can try creating an ODBC connection, but you need to have the ODBC Merant driver to access it.
Try running "odbcad32" and the run prompt and see if you have the driver, also you'll need the connection details (name of database, port, username, password).
FerGo