DBF driver ODBC Connection

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a very large .dbf file and because of it´s size the Access can´t open
it. I heard that the dbf driver has a limit of lines records to read in a
file and if this limit is broken the program can´t open the file. This file
is used at an ERP system and after a research I discovered that the system
change/bypass the limit to be able to write and read more lines records than
the driver allow and it seems that this process can be done with some
modifications at the ODBC connection.

Does anyone know anything about this?
 
Back
Top