IVCWizCtlUI.SelectODBCDatabase Method

Definition

Displays a dialog box that allows the user to select the ODBC database for an ODBC consumer application.

public:
 System::String ^ SelectODBCDatabase();
public:
 Platform::String ^ SelectODBCDatabase();
std::wstring SelectODBCDatabase();
[System.Runtime.InteropServices.DispId(1610743815)]
public string SelectODBCDatabase ();
[<System.Runtime.InteropServices.DispId(1610743815)>]
abstract member SelectODBCDatabase : unit -> string
Public Function SelectODBCDatabase () As String

Returns

A string containing the ODBC database to use.

Attributes

Applies to