I'm trying to create a pass-through query and I'm getting an error -7778 'no message with this error'. A google search seems to point to the connection string. However, I'm copying and pasting from the connection string that I used to create an ADODB recordset that works just fine. Is there a difference for a pass-through query (other than the ODBC; at the beginning)? I'm using a DSN-less connection.
It works just fine if I use a DSN, but I don't want to.
It works just fine if I use a DSN, but I don't want to.
Comment