Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating tables with random filenames
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00363387
Message ID:
00363409
Vues:
18
>Thanks!
>I keep forgetting about those sys() items.
>
>Colombo.

Jim,

You don't need unique file names in VFP. You can use cursors instead. CREATE CURSOR CursorAliasName. This creates a cursor that is guaranteed to have a unique file name but it will have the alias name you give it.

BTW, SYS(3) can create duplicate names as can SYS(2015) and both of them can create file names that result in illegal alias names.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform