Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Populating cID for existing table
Message
 
À
13/09/1999 18:10:33
Ed Gay
Computer Software Consultants
Bangor, Maine, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00264240
Message ID:
00264246
Vues:
20
>Hi,
>I have an existing table that I want to use the cID and NewID()with. Is there a utility that will populate the cID field?
>
>Ed

I don't think there is any utility, but it should be easy enough to convert. Add the cID field, make sure you add it to the ID table. Then something like:
SELECT your_table
SCAN
   REPLACE cID WITH NewID()
ENDSCAN
should do it.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform