I've got an ADODB connection in VB6 code that is using a connection
string without a provider specified, so it's defaulting to msdasql
provider. I was wanting to know if there is a system wide or DSN
setting that can be changed to force a different default? I'm assuming
this is not possible, but wanted to double check. Worst case for me
would be changing the connection string in use by code, which I have
reasons for avoiding.
Thanks,
Sharmil