G
Goen
iam usualy use this statement in vb6
Rs.Open "Select * from myTable",Con,1,3
If Rs.Recordcount =0 then
msgbox "Table Empty"
else
msgbox "Total record are : " & Rs.Recordcount
endif
Does any know how to do that in vb.net with ado.net
Thanks
Rs.Open "Select * from myTable",Con,1,3
If Rs.Recordcount =0 then
msgbox "Table Empty"
else
msgbox "Total record are : " & Rs.Recordcount
endif
Does any know how to do that in vb.net with ado.net
Thanks