What is the maximum size of a dbf-file of the Visual FoxPro standard in Alaska?

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

What is the maximum size of a dbf-file of the Visual FoxPro standard in Alaska?

#1 Post by Eugene Lutsenko »

What is the maximum size of a dbf-file of the Visual FoxPro standard in Alaska?

User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: What is the maximum size of a dbf-file of the Visual FoxPro standard in Alaska?

#2 Post by rdonnay »

When using the FOXDBE, the maximum size is 2GB.

When using the ADSDBE, the maximum size is much higher but I don't know the limit.
I have created DBFs that are over 20GB.
The eXpress train is coming - and it has more cars.

User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Re: What is the maximum size of a dbf-file of the Visual FoxPro standard in Alaska?

#3 Post by Eugene Lutsenko »

Thank you, Roger! I know about ADS. But I can't use it, because it needs to be installed, and the Eidos system is portable. Otherwise, it cannot be used on protected computers.

User avatar
Auge_Ohr
Posts: 1405
Joined: Wed Feb 24, 2010 3:44 pm

Re: What is the maximum size of a dbf-file of the Visual FoxPro standard in Alaska?

#4 Post by Auge_Ohr »

hi,
Eugene Lutsenko wrote: Thu Sep 02, 2021 10:57 am What is the maximum size of a dbf-file of the Visual FoxPro standard in Alaska?
as long you use as 32 Bit App you are limited at 2^32
you must use a 64 bit App to brake 4 GB Limit

---

for a Portable App you can use SQLite https://www.sqlite.org/download.html
it does have 32 / 64 Bit Binaries for Windows and other OS
greetings by OHR
Jimmy

Post Reply