Xbasic

A5_CONNECTIONSTRING Function

Syntax

Connection_String as C = a5_ConnectionString([C string ])

Arguments

Connection_String

The completed connection string.

string

Optional. A default initial value for the connection string.

Description

The A5_CONNECTIONSTRING() function allows you to create or edit an ADO connection string. The function displays the standard Windows Data Link Properties dialog box.

Example

dim cs as C
cs = a5_connectionstring()

Limitations

Desktop applications only.

See Also