A5_CONNECTIONSTRING()
Syntax
Connection_String as C = A5_CONNECTIONSTRING( [ Default_String ] )
Argument | Description |
Connection_String | The completed connection string. |
Default_String | Optional. A default initial value for the connection string. |
Description
The A5_CONNECTIONSTRING() function allows you to create or edit a connection string. The function displays the standard Windows Data Link Properties dialog box.
Supported By
Alpha Five Version 6 and Above
Limitations
Desktop applications only.
Example
dim cs as C cs = a5_connectionstring() |
See Also