Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Relations into a DataSet
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Relations into a DataSet
Miscellaneous
Thread ID:
01161644
Message ID:
01161644
Views:
61
Hya.

Lets say that there are two tables in a DataSet, and both tables have a field with the same name, for instance, Address. Then I create a relation ...
DataSet1.Relations.Add("Relation1", DataSet1.Tables(0).Columns("Column1"), DataSet1.Tables(1).Columns("Column1"), False)
Once Relation1 is created, I need to reference that field with the same name in both tables:
Relation1.Address 
Which Address will return ?

When was it they said we were going to get VFP into .NET? :)
Oh, sorry, it's late here, I'm already dreaming.

Thanks.
Ivan
Next
Reply
Map
View

Click here to load this message in the networking platform