Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inserting from a Cursor into an external .dbf
Message
De
06/04/2004 14:30:02
Mike Yearwood
Toronto, Ontario, Canada
 
 
À
06/04/2004 14:13:39
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00892627
Message ID:
00892710
Vues:
18
This message has been marked as a message which has helped to the initial question of the thread.
>I got an error there: "Alias 'SMTRNSTM' is not found"

That's what I get for being hasty. Going back to Cetin's code...
lcFile = locfile('c:\transact.dbf')
        select 0
        use (m.lcFile)
	append from dbf('SMTRNSTM')
Alter the line use (m.lcFile) to this...

USE (m.lcFile) ALIAS c_Source

then after the append from line...

USE IN c_Source
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform