Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Finding the PK of the main table in a multitable view
Message
De
16/12/2007 10:20:48
John Thomason
King Richard Veterinary Centre
Leicester, Royaume Uni
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Finding the PK of the main table in a multitable view
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Database:
MS SQL Server
Divers
Thread ID:
01276165
Message ID:
01276165
Vues:
76
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform