Finding The DSN To My Database?
Posted
by Soo
on Stack Overflow
See other posts from Stack Overflow
or by Soo
Published on 2010-05-24T19:08:37Z
Indexed on
2010/05/24
19:11 UTC
Read the original article
Hit count: 200
I have an SQL database and want to connect to it using VBA in order to support some legacy functionality. I'm using an ADODB connection and need to know what my database DSN is. How can I find this?
I'm using SQL Server 2008, thanks! :D
© Stack Overflow or respective owner