QueryDefStateEnum Enumeration (DAO)

Office 2013 and later

Last modified: March 09, 2015

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).

Show: