Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to add a record? Just add.
Message
From
27/01/2003 10:35:29
 
 
To
24/01/2003 19:16:01
Jorge Haro
Independent Consultant
Juarez, Mexico
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00744703
Message ID:
00745779
Views:
20
>Why?, opening the table should not be a problem, how can you write to a file without opening it?, writing directly to disk byte by byte?, why would you bend VFP that way?, as an experiment?. If you're concerned about traffic use remote views or ADO (I know you said you wanted "native" VFP), still that doesn't necessarily mean it will be faster. Are you having a particular scenario where you're having preformance problems?

I have to agree with Jorge, writing to a table without opening it just doesn't sound right - would you do the same thing with a Word document?

Still, if you want to break that paradigm, one possible suggestion might be to write the new record to a plaintext file, and have some other process open the table and append from the text file.

Chris.
Previous
Reply
Map
View

Click here to load this message in the networking platform