QueryDefStateEnum enumeration (DAO)

Applies to: Access 2013, Office 2013

Used with the Prepare property to specify the method used to specify how a query should be prepared.

Name

Value

Description

dbQPrepare

1

(Default) The statement is prepared (that is, the ODBC SQLPrepare API is called).

dbQUnprepare

2

The statement is not prepared (that is, the ODBC SQLExecDirect API is called).