Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to add a record? Just add.
Message
 
 
À
23/01/2003 09:23:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00744703
Message ID:
00744722
Vues:
11
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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform