DSN-less connections using NODBC

dave.gearydave.geary Member Posts: 2
I'm trying to connect to a Navision 4.01 database via the NODBC driver but without using a DSN.

This is possible with a lot of ODBC drivers if you know the driver 'name' to use (and any other required parameters). For example, MS Access uses:
oConn.Open "Driver={Microsoft Access Driver (*.mdb)};Dbq=C:\path\to\mydatabase.mdb;Uid=;Pwd=;"

Does anyone know the connection string format for the NODBC driver?

TIA,

Dave.

Comments

Sign In or Register to comment.