Home > Software engineering >  A 64 - bit Windows 7 loading ODBC VFP
A 64 - bit Windows 7 loading ODBC VFP

Time:09-23

A program needs in a 64 - bit Windows 7 under load Microsoft Visual FoxPro Driver, display runtime Driver cannot be loaded, specified
I have copied vfpodbc in SysWOW64 folders. The DLL file, also in odbcad32. Exe VFP is found in the driver, the version is 6.01.8629.01
But tip unable to load a program is running,

CodePudding user response:

Rewrite for 32-bit programs, Microsoft did not release 64 foxpro driver program,

CodePudding user response:

The DMS can back? Thank you for the

CodePudding user response:

Written in vs, you can in the debug menu to change the project properties, the generated target platform into a 32-bit

CodePudding user response:

In a 64 - bit Windows:
64 exe and DLL in the directory c: \ Windows \ sys tem32 directory.
32 bit exe and DLL in the directory c: \ Windows \ sys wow64 directory.
So pay attention to:
In win64 system registered under 32-bit ocx DLL to 32 ocx or copy the DLL to the c: \ Windows \ syswow64 \ directory,
And registered to c: \ Windows \ syswow64 \ regsvr32 XXXXXXX ocx or DLL
Under win64 a system set up 32-bit programs use a database alias to c: \ Windows \ \ syswow64 \ cliconfg exe
Under win64 a system set up a 32-bit application system DSN to c: \ Windows \ \ syswow64 \ odbcad32 exe
  • Related