Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Finding the PK of the main table in a multitable view
Message
From
16/12/2007 10:20:48
John Thomason
King Richard Veterinary Centre
Leicester, United Kingdom
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Finding the PK of the main table in a multitable view
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01276165
Message ID:
01276165
Views:
77
I have a table which is used to store information about club members attendance at meetings. It consists of a PK, meetingid (an FK to the meetings table) and memberid (an FK to the members table).

To view the full details I use a multitable view that uses the members and meetings tables as lookups.

My question is how can I retrieve the PK of the meetingattendance table when I click on a record in the view. The datagridview is populated by specifying the datasource as the binding source of the view. I obviously can’t set the binding source to the main table (meetingattendance) so I’m unable to use GetCurrentRowPK()

Any help appreciated.
Next
Reply
Map
View

Click here to load this message in the networking platform