DSN-LESS Connection Strings in Pass Thru QueryDef

C

Cleatus

Hello,

For the Applications I support, I prefer to use DSN-LESS connection strings
rather than DSN.

The DSN-LESS connect string works wonderfully for all my ADO objects.
BUT
I doesn't seem to work at all for Pass thru queries. Can I make a PassThru
query
operate with the DSN-LESS Connect String.
 
D

Douglas J. Steele

You must use an ODBC DSN-less connection string (and you must prefix it with
ODBC;)
 
Top