Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Populating cID for existing table
Message
 
To
13/09/1999 18:10:33
Ed Gay
Computer Software Consultants
Bangor, Maine, United States
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00264240
Message ID:
00264246
Views:
21
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform