joebickley
Programmer
Hi
I am passing an update statement into command. How can i get back the number of rows that were affected by the update statement?
Thanks
Joe
PS code....
dim com as command
com.CommandText = "UPDATE tblDANs SET DANStatus = xx WHERE DANnumber=yy"
com.Execute
I am passing an update statement into command. How can i get back the number of rows that were affected by the update statement?
Thanks
Joe
PS code....
dim com as command
com.CommandText = "UPDATE tblDANs SET DANStatus = xx WHERE DANnumber=yy"
com.Execute