Is there a way in ODBC to detect if a statement that has been prepared is an explicit batch statement, without executing it or trying to parse it myself? More precisely, is this information available after calling SQLPrepare
but before calling SQLExecute
? (It's easy to tell after execution is easy: it's a batch statement if SQLMor开发者_StackOverflow中文版eResults
returns SQL_SUCCESS
or SQL_SUCCESS_WITH_INFO
.)
detect prepared batch statements in ODBC
Is there a way in ODBC to detect if a statement that has been prepared is an explicit batch statement, without executing it or trying to parse it myself? More precisely, is this information available
0
0
0
精彩评论