|
Parameter
|
Description
|
|---|
|
Jet OLEDB:Compact Reclaimed Space Amount (DBPROP_JETOLEDB_COMPACTFREESPACESIZE)
|
Indicates an estimate of the amount of space, in bytes, that can be reclaimed by compacting the database. This value is only valid after a database connection has been established.
|
|
Jet OLEDB:Connection Control (DBPROP_JETOLEDB_CONNECTIONCONTROL)
|
Indicates whether users can connect to the database.
|
|
Jet OLEDB:Create System Database (DBPROP_JETOLEDB_CREATESYSTEMDATABASE)
|
Indicates whether a system database should be created when creating a new data source.
|
|
Jet OLEDB:Database Locking Mode (DBPROP_JETOLEDB_DATABASELOCKMODE)
|
Indicates the locking mode for this database. The first user to open the database determines the mode used while the database is open.
|
|
Jet OLEDB:Database Password (DBPROP_JETOLEDB_DATABASEPASSWORD)
|
Indicates the database password.
|
|
Jet OLEDB:Don't Copy Locale on Compact (DBPROP_JETOLEDB_COMPACT_DONTCOPYLOCALE)
|
Indicates whether Jet should copy locale information when compacting a database.
|
|
Jet OLEDB:Encrypt Database (DBPROP_JETOLEDB_ENCRYPTDATABASE)
|
Indicates whether a compacted database should be encrypted. If this property is not set, the compacted database will be encrypted if the original database was also encrypted.
|
|
Jet OLEDB:Engine Type (DBPROP_JETOLEDB_ENGINE)
|
Indicates the storage engine used to access the current data store.
|
|
Jet OLEDB:Exclusive Async Delay (DBPROP_JETOLEDB_EXCLUSIVEASYNCDELAY)
|
Indicates the maximum length of time, in milliseconds, that Jet can delay asynchronous writes to disk when the database is opened exclusively.
This property is ignored unless Jet OLEDB:Flush Transaction Timeout is set to 0.
|
|
Jet OLEDB:Flush Transaction Timeout (DBPROP_JETOLEDB_FLUSHTRANSACTIONTIMEOUT)
|
Indicates the amount of time to wait before data stored in a cache for asynchronous writing is actually written to disk. This setting overrides the values for Jet OLEDB:Shared Async Delay and Jet OLEDB:Exclusive Async Delay.
|
|
Jet OLEDB:Global Bulk Transactions (DBPROP_JETOLEDB_GLOBALBULKNOTRANSACTIONS)
|
Indicates whether SQL bulk transactions are transacted.
|
|
Jet OLEDB:Global Partial Bulk Ops (DBPROP_JETOLEDB_GLOBALBULKPARTIAL)
|
Indicates the password used to open the database.
|
|
Jet OLEDB:Implicit Commit Sync (DBPROP_JETOLEDB_IMPLICITCOMMITSYNC)
|
Indicates whether changes that were made in internal implicit transactions are written in synchronous or asynchronous mode.
|
|
Jet OLEDB:Lock Delay (DBPROP_JETOLEDB_LOCKDELAY)
|
Indicates the number of milliseconds to wait before trying to acquire a lock after a previous attempt has failed.
|
|
Jet OLEDB:Lock Retry (DBPROP_JETOLEDB_LOCKRETRY)
|
Indicates how many times an attempt to access a locked page is repeated.
|
|
Jet OLEDB:Max Buffer Size (DBPROP_JETOLEDB_MAXBUFFERSIZE)
|
Indicates the maximum amount of memory, in kilobytes, Jet can use before it starts flushing changes to disk.
|
|
Jet OLEDB:Max Locks Per File (DBPROP_JETOLEDB_MAXLOCKSPERFILE)
|
Indicates the maximum number of locks Jet can place on a database. The default value is 9500.
|
|
Jet OLEDB:New Database Password (DBPROP_JETOLEDB_NEWDATABASEPASSWORD)
|
Indicates the new password to be set for this database. The old password is stored in Jet OLEDB:Database Password.
|
|
Jet OLEDB:ODBC Command Time Out (DBPROP_JETOLEDB_ODBCCOMMANDTIMEOUT)
|
Indicates the number of milliseconds before a remote ODBC query from Jet will time out.
|
|
Jet OLEDB:Page Locks to Table Lock (DBPROP_JETOLEDB_PAGELOCKSTOTABLELOCK)
|
Indicates how many pages must be locked within a transaction before Jet tries to promote the lock to a table lock. If this value is 0, the lock is never promoted.
|
|
Jet OLEDB:Page Timeout (DBPROP_JETOLEDB_PAGETIMEOUT)
|
Indicates the number of milliseconds Jet will wait before checking to see whether its cache is out of date with the database file.
|
|
Jet OLEDB:Recycle Long-Valued Pages (DBPROP_JETOLEDB_RECYCLELONGVALUEPAGES)
|
Indicates whether Jet should aggressively try to reclaim BLOB pages when they are freed.
|
|
Jet OLEDB:Registry Path (DBPROP_JETOLEDB_REGPATH)
|
Indicates the Windows registry key that contains values for the Jet database engine.
|
|
Jet OLEDB:Reset ISAM Stats (DBPROP_JETOLEDB_RESETISAMSTATS)
|
Indicates whether the schema Recordset DBSCHEMA_JETOLEDB_ISAMSTATS should reset its performance counters after it returns performance information.
|
|
Jet OLEDB:Shared Async Delay (DBPROP_JETOLEDB_SHAREDASYNCDELAY)
|
Indicates the maximum amount of time, in milliseconds, Jet can delay asynchronous writes to disk when the database is opened in multiuser mode.
|
|
Jet OLEDB:System Database (DBPROP_JETOLEDB_SYSDBPATH)
|
Indicates the path and file name for the workgroup information file (system database).
|
|
Jet OLEDB:Transaction Commit Mode (DBPROP_JETOLEDB_TXNCOMMITMODE)
|
Indicates whether Jet writes data to disk synchronously or asynchronously when a transaction is committed.
|
|
Jet OLEDB:User Commit Sync (DBPROP_JETOLEDB_USERCOMMITSYNC)
|
Indicates whether changes that were made in transactions are written in synchronous or asynchronous mode.
|