Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Show result of my SQL query...


Message #1 by miss ruby <unix_box@y...> on Tue, 21 May 2002 21:45:12 -0700 (PDT)
hello folks...


how can i get how many row affected of my my SQL
select statement that i using it to bind to DataGrid??


thaks...

=====
miss ruby
malaysia

__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
Message #2 by "Minh T. Nguyen" <nguyentriminh@y...> on Wed, 22 May 2002 13:01:40 -0700
Miss Ruby,

	If you are using a DataAdapter to fill a DataTable inside a
DataSet that will be used as the DataSource of your DataGrid, then you
can use the integer value returned by the myDataAdapter.Fill(myDataSet,
"MyResultTable") to find out how many rows were selected.

	If not, let us know how you pull the data out and we'll tell you
how to get the row count.

Hope this helps,
Minh.
	

-----Original Message-----
From: miss ruby [mailto:unix_box@y...] 
Sent: Tuesday, May 21, 2002 9:45 PM
To: aspx_beginners
Subject: [aspx_beginners] Show result of my SQL query...



hello folks...


how can i get how many row affected of my my SQL
select statement that i using it to bind to DataGrid??


thaks...

=====
miss ruby
malaysia

__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com



  Return to Index