CleanCode C# Libraries v0.9.23 API

OdbcDsnInfo.GetDriver Method 

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.

public static string GetDriver(
   String dsnName
);

Parameters

dsnName
Data source name.

Return Value

Driver name.

See Also

OdbcDsnInfo Class | CleanCode.Data Namespace