IVCWizCtlUI.SelectODBCDatabase Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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