Search results for query: *

  • Users: Nik
  • Content: Threads
  • Order by date
  1. N

    DataView.RowFilter problems

    All of these objDataView.RowFilter = "gebruiker_id LIKE *" & txtZoekCriteria1.Text & "*" objDataView.RowFilter = "gebruiker_id LIKE *'" & txtZoekCriteria1.Text & "'*" objDataView.RowFilter = "gebruiker_id LIKE %" & txtZoekCriteria1.Text & "%" objDataView.RowFilter = "gebruiker_id LIKE %'" &...
  2. N

    DAO to ADO.NET

    Hi there I'm working on a 3 month task for my school. I need to convert an MS Access JET-dbase based DAO application to an VB.NET MSDE-based application. They asked me to work with classes as much as possible. I'm trying to create classes for all the different tables. But I have no Idea what...
Back
Top