J
Jim Campau
I am trying to count the number of records in a dataset (ChangeOverDataset1)
and have the results post to a textbox (txtResult). I have tried a few
different way to get this to work but I don't know how. I am a newbie.
Please help.
Thanks in Advance,
========================================
ChangeOverDataSet1.Clear()
OdbcDataAdapter1.Fill(ChangeOverDataSet1)
Dim Command As Odbc.OdbcCommand = New Odbc.OdbcCommand("SELECT COUNT(*) FROM
ChangeOverDataSet1", OdbcConnection1)
txtResult = Command
and have the results post to a textbox (txtResult). I have tried a few
different way to get this to work but I don't know how. I am a newbie.
Please help.
Thanks in Advance,
========================================
ChangeOverDataSet1.Clear()
OdbcDataAdapter1.Fill(ChangeOverDataSet1)
Dim Command As Odbc.OdbcCommand = New Odbc.OdbcCommand("SELECT COUNT(*) FROM
ChangeOverDataSet1", OdbcConnection1)
txtResult = Command