我正在使用visual FoxPro
和Visual foxpro odbc driver
。
我的代码在Windows 2003 server
. 现在我们需要迁移到windows 2012 R2
. 我们安装visual odbc driver
在服务器上。仍然无法正常工作。我们还在 syswow64 文件夹中注册了应用程序 dll(在 Vb 6 中开发)。然而没有运气。请尽快告知。
下面是我的代码:
Dim strDbfstring
Strdbfstring = "Driver = {microsoft visual FoxPro driver };sourcetype= dbf;Exclusive = no"
Condbf.open strdbfstring