Hello,
I've been wondering if OleDBCommand doesn't supports multiple queries execution then why ";" is used in it ?
Hello,
I've been wondering if OleDBCommand doesn't supports multiple queries execution then why ";" is used in it ?
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.