DSN-LESS Connection Strings in Pass Thru QueryDef

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
You must use an ODBC DSN-less connection string (and you must prefix it with
ODBC;)
 
Back
Top