Changing DSN programmatically?
I have a bunch of XL spreadsheets that all query the same DSN, a
FoxPro database. I want to move them to our SQL Server copy of those
databases. They have two DSNs on their machine, "VFP" for the Visual
Foxpro, and "SQL" for the SQL Server.
Is there any way to automatically update the DSN? Currently, it looks
like I'd have to rebuild the entire query from scratch, and I'd rather
avoid that. I've built views in a database that are called the same
thing. However, I might need to tell it which database to use, since
in VFP we'd query "mike", whereas in SQL we'd have to query
"main.dbo.mike".
Thanks in advance.
|