OleDbConnStringEditConnectionString Method |
Prompts the user and edits a connection string.
Namespace: Altaxo.DataConnectionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string EditConnectionString(
string connString
)
Parameters
- connString String
- The connection string to edit.
Return Value
StringThe edited connection string.
See Also