Execute multiple queries

Posted by smartali89 on Stack Overflow See other posts from Stack Overflow or by smartali89
Published on 2010-05-01T15:41:38Z Indexed on 2010/05/01 15:47 UTC
Read the original article Hit count: 146

Filed under:
|
|
|

I am using OleDB for executing my queries in C#,

Is there any way I can execute multiple queries in one command statement?

I tried to separate them with semi-colon (;) but it gives error "Characters found at the end"

I have to execute a few hundreds of queries at once.

© Stack Overflow or respective owner

Related posts about c#

Related posts about oledb