G
Guest
Hi,
I am trying to use the ExecuteNonQuery() to execute multiple SQL update
statements. Though the SQL is correct, it only executes the first update
statement. When I looked through the documentation I found out this,
“You can also use ExecuteNonQuery to execute multiple SQL statements if the
underlying ODBC driver supports this functionality.â€
How do I know if my underlying driver supports this?
Is there something I can do to change any setting on the ODBC driver?
Thanks for any help.
I am trying to use the ExecuteNonQuery() to execute multiple SQL update
statements. Though the SQL is correct, it only executes the first update
statement. When I looked through the documentation I found out this,
“You can also use ExecuteNonQuery to execute multiple SQL statements if the
underlying ODBC driver supports this functionality.â€
How do I know if my underlying driver supports this?
Is there something I can do to change any setting on the ODBC driver?
Thanks for any help.