Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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). |