Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table attached in EXE
Message
De
21/11/2000 09:23:57
 
 
À
21/11/2000 09:02:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00444039
Message ID:
00444055
Vues:
9
>Hello
>I use attached in EXE tables for update table on client end
>lcPath - path to table on client end
>But application ALLWAYS open table stored in EXE !
>For example
>lcTable = ADDBS(lcPath)+"mytable.dbf"
>
>USE (lcTable)
>UPDATE (lcTable) SET ....
>
>Program ALLWAYS open table in exe :((
>Any solution..
>Thanks

It will always use the one in the EXE.
Tag the same prefix or suffix onto the ones in the EXE, like "upd_" +table_name. Then you can still automate the process (if you're doing so now).
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform