+ Reply to Thread
Results 1 to 2 of 2

Thread: ADO.net - How can we load multiple tables in to Dataset?

  1. #1
    Junior Member preethisingh's Avatar
    Join Date
    Jul 2006
    Posts
    1,391
    Rep Power
    23

    ADO.net - How can we load multiple tables in to Dataset?

    How can we load multiple tables in to Dataset?


  2. #2
    Junior Member
    Join Date
    Jan 2009
    Age
    32
    Posts
    1
    Rep Power
    5

    Re: ADO.net - How can we load multiple tables in to Dataset?

    You can create an object of datatable DT along with dataadapter and dataset

    then fill the dataadapter with datatable

    da.fill(ds.table1)
    da.fill(ds.table2)

    Fahad(hyderabad)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. ADO.net - Why can't we use Multiple inheritance
    By preethisingh in forum vb / asp.net Interview / Technical Questions
    Replies: 1
    Last Post: 19-12-08, 04:19 PM
  2. abap--internal tables good stuff
    By Spoorthi in forum SAP ABAP, SAP MM, SAP DD, SAP BASICS & OTHERS
    Replies: 1
    Last Post: 24-11-08, 11:50 PM
  3. Some Loadrunner FAQs
    By kiran2710 in forum Testing Tools & QA
    Replies: 1
    Last Post: 25-10-08, 12:42 AM
  4. Diff between Load Testing and Stress Testing?
    By nani_i in forum Testing Tools & QA
    Replies: 8
    Last Post: 08-03-08, 01:52 PM
  5. hi...
    By gomesh_2k6 in forum VB / ASP.NET Technologies
    Replies: 2
    Last Post: 30-09-06, 01:20 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Content Relevant URLs by vBSEO 3.5.1 PL1