Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.5, 3.0.6
-
Component/s: General
-
Labels:None
-
Environment:Windows Server 2016
Windows 10 Pro 1803
Description
I am using MariaDB Connector/ODBC 3.0.5 and trying to add a Windows ODBC DSN from command line with the following syntax:
odbcconf.exe CONFIGSYSDSN "MariaDB ODBC 3.0 Driver" "DSN=test|CONN_TIMEOUT=0|DATABASE=test|PORT=3306|SERVER=testserver"
But instead of creating a DSN it just shows the DSN configuration dialog.
Also calling SQLConfigDataSource from odbccp32.dll with the above drivers results in the same behaviour.
Am I missing parameters or is this way of creating a Windows ODBC DSN not supported?