Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27078

How to determine the number of rows returned from a Filter instruction in vb 2010

$
0
0
Using a SQL Server 2008 Express database and VB 2010 Express.

I am using the following instruction to search for a duplicate record.

ManagersTableBindingSource.Filter = ("MgrLN" = PubMgrLastName And "MgrFN" = PubMgrFirstName)

How can I determine if any records were returned??

Viewing all articles
Browse latest Browse all 27078

Trending Articles