| dbSilentCmdText |
Define single or multiple SQL statements or SET commands to be executed before entering ASPdb. This feature is usually for security login or parameters setting prior to the ASPdb operations.
| Property Syntax |
Obj.dbSilentCmdText = "(;,)SQL or SET statements [,Type][,Tout];..repeat"
| Parameters |
|
Parameters |
Default Value |
Description |
| (;,) | (;,) | Group and field delimiters |
| Type | 1 | Command Type (1=Text, 2=Table, 4=SP) |
| Tout | 30 | Command TimeOut (def=30 seconds) |
| Example |
| Notes |