Error 298

Message text

Attempted two active database requests

Item

Value

SQLCode

-298

Constant

SQLE_DOUBLE_REQUEST

SQLState

42W22

ODBC State

S1000

Probable cause

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.