|
|
|
|
|
PROPERTY: |
|
|
|
connectOptions |
|
|
|
|
|
|
|
DESCRIPTION: |
|
|
|
Indicates the options, can be used to open a connection to a data source. |
||
|
|
|
|
|
PROPERTY OF: |
|
|
|
|
||
|
|
||
|
VALUE: |
EFFECT: |
|
|
0 |
Unspecified (Default) |
|
|
1 |
Async (Asynchronously) |
|
|
|
||
|
|
||
|
DESCRIPTION: |
|
|
|
Use the connectOptions property to force the database connection to be asynchronous. |
||
|
|
||
|
Asynchronous connections allow your application to continue processing without waiting for the connection to be completely opened. |
||
|
It is usefull when connecting over busy LAN to server/workstation. |
||
|
Check state property to determine whether connection succeeded. |
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
|
|