Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by oankaar

  1. oankaar

    filter ADO.net dataset

    Thanks phirst that's worked great. Cheers, OM
  2. oankaar

    filter ADO.net dataset

    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...
  3. oankaar

    How to define global objects

    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...

Part and Inventory Search

Back
Top