MS does not support DBBase II with their solution (JET). See the supported versions listed here-
How to use dBASE data with Access and Jet
(http://support.microsoft.com/kb/230125/en-us)
You will need to find a third-party driver, for ODBD, OLE-DB or ADO.Net. Saying that, it is rather old now, and I have never seen one. If you can understand the file format, then you could write your own source and/or connection manager.
|||
have you tried saving the dbf as a version III or IV file?liguancong wrote:
I am having trouble connecting dbf of version dbase II. I can connect dbase III and dbase IV in ssis package,but can't connect dbase II.hope your help!