M
mikeb
After you load a datareader, how can you find out how many records are
loaded?
Dim cmd as New SqlServerCe.SqlCeCommand(Sql, Conn)
dr = cmd.ExecuteReader()
ie:
RecCount = dr.recordcount 'how do I get the count of records loaded?
loaded?
Dim cmd as New SqlServerCe.SqlCeCommand(Sql, Conn)
dr = cmd.ExecuteReader()
ie:
RecCount = dr.recordcount 'how do I get the count of records loaded?