Error constant | SQLE_DOUBLE_REQUEST |
ODBC 2 state | ERROR |
ODBC 3 state | ERROR |
Severity | 16 |
SQLCODE | -298 |
SQLSTATE | 42W22 |
Sybase error code | 13663 |
In embedded SQL, you attempted to submit a database request while you have another request in progress. You should either use a separate SQLCA and connection for each thread accessing the database, or use thread synchronization calls to ensure that a SQLCA is only accessed by one thread at a time.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |