Attempted two active database requests
Item |
Value |
---|---|
SQLCode |
-298 |
Constant |
SQLE_DOUBLE_REQUEST |
SQLState |
42W22 |
ODBC State |
S1000 |
In Embedded SQL, you have attempted to submit a database request while you have another request in process. This often occurs in Windows when processing the WM_PAINT message causes a database request, and you get a second WM_PAINT before the database request has completed.