Indicates the available permissions for modifying data in a Connection.
Sets or returns one of the following ConnectModeEnum values:
Constant |
Value |
Description |
adModeUnknown |
0 |
The permissions have not yet been set or cannot be determined. (Default.) |
adModeRead |
1 |
Read-only permissions. |
adModeWrite |
2 |
Write-only permissions. |
adModeReadWrite |
3 |
Read/write permissions. |
adModeShareDenyRead |
4 |
Prevents others from opening connection with read permissions. |
adModeShareDenyWrite |
8 |
Prevents others from opening connection with write permissions. |
adModeShareExclusive |
12 |
Prevents others from opening connection with read/write permissions. |
adModeShareDenyNone |
16 |
Prevents others from opening connection with any permissions. |
Use the Mode property to set or return the access permissions in use by the provider on the current connection. You can set the Mode property only when the Connection object is closed.
file: /Techref/language/asp/comp/daprop04_2.htm, 3KB, , updated: 1996/11/21 18:01, local time: 2024/11/12 12:03,
18.118.162.128:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/language/asp/comp/daprop04_2.htm"> Mode Property (ADO)</A> |
Did you find what you needed? |