直接执行SQL语句到服务端,无需prepare的准备过程。
SQLRETURN SQLExecDirect( SQLHSTMT StatementHandle, SQLCHAR * StatementText, SQLINTEGER TextLength);
成功时返回SQL_SUCCESS。