Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

i have 5 tables in access database and i want create report of them.

how can i create one dataset of some of their fields.

i n fact i can create relation between 2 tables. how can i create relation between more than 2 tables?

 

relation between tables 1 and 2 on field id :

DataRelation relationB2A = new DataRelation("rb2a", ds.Tables["A"].Columns["id"], ds.Tables["B"].Columns["id"]);

 

p.s how can i use c# code in code tag

[ once4ever ]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...