![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a program that maintain large database of e-mail addresses. Everything works fine, until size of .cdx file grows to 4gb. Size of .dbf file is 5012 mb. When i try to add more records, codebase reports error: "(-310) occured, before CheckFlushed was called". Large file support is on. Delphi 7 Windows XP NTFS c4dll, ver 6.50 Table structure (em.dbf): ID integer, EMAIL character 40, HOST character 40, DOMAIN character 4, UNSUB logical, CLICKED logical Index structure(em.cdx): EM_EMAIL, unique: (UPPER( TRIM( EMAIL ) + '@' + TRIM( HOST ) + '.' + TRIM( DOMAIN ) )) EM_ID, unique: ID Documentation says, that index file size limitation is 4096 GB. What's wrong? |
#3
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |