X
logo
Bringing your data sources together
26 October 2007

SQL Tools Running on Windows 64 Bit

Whilst most features have been working just fine under Windows 64 Bit some features mainly export and import between Access, Excel and CSV do not. This is because Microsoft do not ship a 64 Bit version of the Jet database driver.

The latest beta version 3.0.53 now forces 32 Bit mode to ensure full compatibility on 64 Bit Windows.

download from here

To force an .NET Application to run in the 32 Bit environment on 64 Bit Windows run the CorFlags.exe Application from the .NET SDK.

i.e. corflags.exe /32BIT+ myapp.exe