5 hours ago
Hi, ALL,
For some reason the following code:
[code]
if( !m_api.sqlany_execute( m_stmt ) )
{
char buffer[SACAPI_ERROR_SIZE + 20] {};
char sqlstate[6];
int rc;
rc = m_api.sqlany_error( m_conn, buffer, sizeof( buffer ) );
break;
}
does not fill the "buffer" variable with the error message.
Could someone please suggest what could be the issue and how to perform the successful query execution.
Thank you.
Request clarification before answering.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.