Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
3.0.5, 3.0.6
-
None
-
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?