Question Insert into multiple table (1:N relationship)

maestro

New member
Joined
Dec 1, 2008
Messages
2
Programming Experience
Beginner
Hi.

I am trying to build a form in VS Express (VB.net). The one table form is not a problem, but when i try to build form with two tables which are in 1:N relationship, I just can't find the solution.

For example:

Table1:
player_id
name
lastname
.
.
.
club_id

Table2:
player_id
club_id
date_from
date_to

I checked the net, but frankly I couldn't figure out the right key words.

Any hint will help!

thx.
M
 
I'd have said read the DW2 link in my signature, section "Displaying" (or Saving) "Related Data"

Probably the same or similar thing you linked to
 
I'd have said read the DW2 link in my signature, section "Displaying" (or Saving) "Related Data"

Probably the same or similar thing you linked to

I often refer to this series for beginning working with data. A lot of good information here with a noticable lack of Dim cn As SqlConnection...
 
Back
Top