View Single Post
  #1  
Old 08-13-2009, 07:11 PM
VB.NET VB.NET is offline
Senior Member
 
Join Date: Jun 2009
Posts: 5,161
Default DataGrid and DataBase

Hai, I don know how to store data from datagrid to SQL database. I also don know how to find the number of records in dataset or datareader. for an example *myCommand = New SqlCommand("Select * from discounts", myConnection) dr = myCommand.ExecuteReader()* How can I know whether...
__________________
VB.NET
domain name forum
Reply With Quote