Problems with OleDbDataAdapter
I have a small question, why can't I use this code?
da = New OleDbDataAdapter("Select * from Company where Aktiv=true and Cat=L order by Company", conn)
What is the right way when I have 2 "where" statements?
Best regards
Marcus