I have a series of DBF files that I want to import into a SQL database.
When I query a few of the files using ODBC (DBF driver), OLE.DB (Jet
4.0) the fields that are decimal and have values are returned as NULL.
Looking at the internals, I can see no differences in the headers of
the files (field types, indexes, etc.) and the non-decimal fields are
returned ok. Loading them via other DBF viewer utilities the data
shows as expected. Any ideas?
Thanks
Archived from group: microsoft>public>dotnet>framework>odbcnet