Hi all
Simple question - I need to know how to filter the data in a dataset. For example in VB6 I would have retrieved the data in a recordset and then filtered using
rs.filter = " surname like '" & txtsurname.txt & "%'"
and then updated the bound grid using...
Hi all
I've just recently moved to .NET from VB6 and have a small question.
In VB6 I was able to create a global database connection object by defining it in a VB module. Example :
Public conn As ADODB.Connection
sub main()
Set conn = New ADODB.Connection
...
end sub
What I've done...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.