Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Writing to a new Table
Message
 
 
À
15/12/2009 17:22:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01439105
Message ID:
01439260
Vues:
51
>the browse isnt needed i just wanted to open the table.

The USE commend is for opening a table
* Select the first not used work area
SELECT 0
* open table 'mytable'
USE mytable 
> But if i dont use replace the new values get written 2 the second row...skipping the first

The 'REPLACE' in your code has nothing to do with it. It does nothing.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform