2
Answers

Problems with OleDbDataAdapter

Marcus Ohlsson

Marcus Ohlsson

13y
1.8k
1
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
Answers (2)