Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to add a record? Just add.
Message
 
 
To
23/01/2003 09:23:46
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00744703
Message ID:
00744722
Views:
9
You cannot work with VFP table w/o opening it and INSERT INTO is the fastest way to add a record to a table. If you concern with the speed, don't close table so INSERT INTO wouldn't have to spend time openning it.

>I need to add a record to a table.
>I do NOT need to read data back from table.
>
>Actually I need just a "Insert into ..." statement. But in VFP the "Insert" statement opens the table, read data to memory that can take several seconds, increase network traffic, eat memory etc.
>
>VFP 6
>Database : VFP 6
>Access to the DB : native FoxPro. (No ADO, OLEDB ... used)
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform