Marcus Ohlsson

Marcus Ohlsson

  • NA
  • 14
  • 3.5k

Problems with OleDbDataAdapter

Jul 28 2011 4:09 AM
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)