Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
help with DBC design (part 2)
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
help with DBC design (part 2)
Miscellaneous
Thread ID:
00005744
Message ID:
00005744
Views:
75
continued...

I realize I can combine NAMES, STATS, and FAM.
But, I would like to make a database instead of
executing (in 2.6):
SELE 3
USE FAM
set order to tag id
SELE 3
USE STATS
set order to tag id
SELE 3
USE MOMS
set order to tag momsid
sele 2
USE DADS
set order to tag dadsid
sele 1
use NAMES
set relation to
set relation to id into STATS
set relation to id into FAM additive
set relation to dadsid into DADS additive
set relation to momsid into MOMS additive
set order to tag name

Can I forego this code and build this in the database?
Even if I build the database do I still have to execute
this code?

Thanx
John.
John Morga
Sr. Manager Information Systems
Applications Development Group
Systems Engineer
Telephonics Corporation
http://www.telephonics.com
Next
Reply
Map
View

Click here to load this message in the networking platform