Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to add a record? Just add.
Message
From
30/01/2003 19:57:57
Jorge Haro
Independent Consultant
Juarez, Mexico
 
 
To
30/01/2003 15:06:37
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00744703
Message ID:
00747494
Views:
14
VFP does not load the entire table into memory, I'm trying to find some documentation to back this up but it's something that's well known among Fox programmers. If your tables and indexes are well designed there shouldn't be a problem. Yes there might be a delay when a form loads but if your application is well designed it should be negligible.

As I said before if you want to minimize traffic use remote views, that should send only the records you need across the network, or just send a new record depending on how you set up the view, without reading any data. Of course the table will be loaded at some level on the server side, but records will not be sent to the client.

>> Why?, opening the table should not be a problem
>
>Ooooh!
>It's a big problem in VFP. When I opening a table VFP reads all data from the table to memory for some reasons. If I have a 100,000 records (small number for normal DB) it's becomes a problem in VFP.
>
>
>> how can you write to a file without opening it?
>
>I did not tell "without opening". I told "without reading data back".
Previous
Reply
Map
View

Click here to load this message in the networking platform