We're trying to access Foxpro file-based database files via MSSQL Server's linked server feature, using Foxpro ODBC driver.
For this, we've
- installed the latest Foxpro ODBC Driver from Microsoft,
- made a System DSN which is using this driver
- chose the "Visual FoxPro database (.DBC)" option under Database type, instead of "Free table directory"
- specified the path to our dbc file (on local machine)
- installed MSSQL Server 2008 R2 Express
- installed MSSQL Server Management Studio 2008
- tried to create a new linked server by using a GUI wizard like this:
But the last step never completes (Executing is displayed forever). When Management Studio is forcibly closed and restarted the new linked server is there but only contains Catalogues subitem. If we try to expand it, Management Studio goes into loop yet again.