OdbcDsnInfo GetDriver Method CleanCode C# Libraries v1.2.03 API
Gets the driver name associated with the specified Data Source Name. Looks for it first within the current user registry settings; if not found, then looks within the current machine registry settings.

Namespace: CleanCode.Data
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public static string GetDriver(
	string dsnName
)

Return Value

Driver name.
See Also