H
H. Williams
I'm trying to use a batch SQL statement with an OleDbDataReader and the
NextResult method.
I tried: "SELECT Pages FROM Documents ; SELECT Date FROM Orders;"
However, I get the error: "Characters found after end of SQL statement. "
If I try removing the semicolon I get "Syntax Error in Query Expression."
My database is a Microsoft Access 2000 mdb file and the code is running in
ASP.NET.
What am I doing wrong?
NextResult method.
I tried: "SELECT Pages FROM Documents ; SELECT Date FROM Orders;"
However, I get the error: "Characters found after end of SQL statement. "
If I try removing the semicolon I get "Syntax Error in Query Expression."
My database is a Microsoft Access 2000 mdb file and the code is running in
ASP.NET.
What am I doing wrong?