MS said:
Sound good, but somebody told me that there is a MS-access patch in order to
permit more than 2.0 gb. Is it true ?
They're mistaken. There's no patch to extend the file size. Access 2000,
2002, and 2003 MDB's can only hold up to 2 GB of data. Access 95 and 97
MDB's can hold up to 1 GB of data. If you need to store more data that one
file can hold, you can create extra MDB files (back ends) as Graham suggested,
place tables in those back ends, and then link to those tables. So if you
had 2 MDB files, you could hold 2 GB in the first file and link to the tables
in the other file, which could also hold 2 GB. That would be a total of 4 GB
of disk space available for your data. But if you really need 2 GB or more,
you should use SQL Express.