Results 1 to 2 of 2

Thread: Store procedure with 10 select statement.how to create datatable in dotnet?

  1. #1
    Join Date
    Aug 2010
    Posts
    6

    Exclamation Store procedure with 10 select statement.how to create datatable in dotnet?

    I have store procedure in this having 10 select statement .if i call this in dotnet using dataadapter for fill to dataset.It create datatable for first select statement but i need 10 datatable.is it possible?If it is possible means how?

    Please help me...

  2. #2
    Join Date
    Dec 2007
    Posts
    2,291

    Re: Store procedure with 10 select statement.how to create datatable in dotnet?

    Open a new form and drag a Button and a DataGrid from the toolbox. We will load the table which we create in code into the DataGrid once the Button is clicked. We will create a DataTable named "Customers" , with "Name", "Product" and "Location" as three columns in the table. We will create three rows and three columns for this table. More information can be found here.

Similar Threads

  1. how to create a If-Else statement in C#
    By Mustafa k in forum Software Development
    Replies: 3
    Last Post: 24-01-2011, 05:07 PM
  2. How to insert artificial data into a select statement?
    By MAHAH in forum Software Development
    Replies: 5
    Last Post: 12-03-2010, 09:03 PM
  3. insert into select statement for database
    By Aidan 12 in forum Software Development
    Replies: 5
    Last Post: 09-03-2010, 10:08 PM
  4. Use the CASE Statement in a SQL SELECT Clause
    By Abraham.J in forum Software Development
    Replies: 3
    Last Post: 12-08-2009, 01:52 PM
  5. Statement Parameter Slow in Stored Procedure case
    By HP_Crook in forum Software Development
    Replies: 3
    Last Post: 26-06-2009, 08:55 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,521,580.15515 seconds with 17 queries