thomasgeorgem
Newcomer
- Joined
- Aug 17, 2009
- Messages
- 4
Hi,
I am using SQL datareader object to open a recordset and browse through it.
my purpose is to search for a particular row with a specific column value.
In VB.6 I was using recordset.find method or recordset.filter property.
Is there any equivalent in VB.net ?
thanks in advance.
Thomas
I am using SQL datareader object to open a recordset and browse through it.
my purpose is to search for a particular row with a specific column value.
In VB.6 I was using recordset.find method or recordset.filter property.
Is there any equivalent in VB.net ?
thanks in advance.
Thomas
Last edited: