| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
| Database Discuss databases, database technologies, and database programming. ADO.NET and XML questions and comments have a separate forum. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
I keep having the same "table is full" error message while my .db reach 128Mb whereas it supposed to accept up to 2Gb. Any idea for the configuration ?
__________________
------------------------ JAL : Just A Learner |
|
#2
|
|||
|
|||
|
It has been awhile and I had to lookup the information, but I believe it has to do with the block size.
See here Table is Full with Paradox Tables |
|
#3
|
|||
|
|||
|
Many thanks !!!
it was indeed a matter of block size : 2K block size -> 128 Mb max file size 4K block size -> 256 Mb max file size ... 32K block size -> 2Gb max file size Again, thanks ever so much for your fast reply , antares686
__________________
------------------------ JAL : Just A Learner |
![]() |
| Bookmarks |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|