Xbasic

a5_ado_connectionstrings Function

Syntax

V a5_ADO_ConnectionStrings([C library [,C conn_mode]])

Arguments

libraryCharacter

Set to blank ("") to open connection strings in the current workspace. The workspace library to open the connection strings dialog.

conn_mode

The connection mode. Set to "cs" to show AlphaDAO connections and edit existing connections. If blank,the ADO connections dialog is shown.

Description

Displays a dialog to create and edit saved ADO or AlphaDAO connection string definitions.

Discussion

Shows connection strings in the current workspace. Pass "cs" as the second parameter to display and edit saved AlphaDAO connections. If the second parameter is left blank, the ADO connection strings dialog is shown.

Open the AlphaDAO Connection String dialog for the current workspace.
a5_ado_connectionStrings("","cs")