2

I've been wondering if OleDBCommand doesn't supports multiple queries execution then why ";" is used in it ?

smartali89
  • 209
  • 2
  • 8

1 Answers1

1

The semi-colon is the SQL statement terminator. A single statement should be terminated as well, although most parsers don't require it. More info here.

Community
  • 1
  • 1
Hans Passant
  • 922,412
  • 146
  • 1,693
  • 2,536