DBF Import in Access 2007

A

Alex

Is there any way to import Foxpro dbf into Access 2007?
In Access 2003 I had to change in registry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines\Xbase]
"DataCodePage"="ANSI"

but it don't working in Access 2007.
I've got file in OEM codepage.

Alex
 
A

Alex

Alex said:
Is there any way to import Foxpro dbf into Access 2007?
In Access 2003 I had to change in registry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines\Xbase]
"DataCodePage"="ANSI"

but it don't working in Access 2007.
I've got file in OEM codepage.

Alex
New key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\12.0\Access Connectivity
Engine\Engines\Xbase]

"DataCodePage"="ANSI"
 
Top