Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trouble in DataRelation
Message
From
18/10/2005 05:57:06
Glenwell Andal
Pdc Software Philippines
Quezon, Philippines
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Trouble in DataRelation
Environment versions
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Jet/Access Engine
Miscellaneous
Thread ID:
01059858
Message ID:
01059858
Views:
68
I make a "datarelation" into my two tables. It is working! But my problem was, I want to have a navigation toolbars(movfirst, movnext,.....) wherein the "parenttable" was bind to the textbox and the "childtable" was bind to datagrid. How can I do that..

Part of code that has an error:

txtFirstname.DataBindings.Add("Text", m_oTest.OleDataSet.Relations("sCombine").ParentTable, "Firstname")

txtLastname.DataBindings.Add("Text", m_oTest.OleDataSet.Relations("sCombine").ChildTable, "Lastname")

dgmain.DataSource = m_oTest.OleDataSet.Relations("sCombine").ChildKeyConstraint.RelatedTable <<<<<<<>>>>>>>*****
Next
Reply
Map
View

Click here to load this message in the networking platform