Hello code gurus
Is it possible to get the recordcount without using ado? I just want to know how many entries are in my employees table.
In Visual basic I used code like...
but as I mentioned I didn't go with using recordsets etc in this project.
Is it possible to get the recordcount without using ado? I just want to know how many entries are in my employees table.
In Visual basic I used code like...
Code:
lblRecord.Caption = adoPrimaryRS.RecordCount
but as I mentioned I didn't go with using recordsets etc in this project.