หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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). |