Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Incomplete
-
Affects Version/s: 2.0.15
-
Fix Version/s: N/A
-
Component/s: None
-
Labels:None
-
Environment:Win10, MariaDB 10.2.7
Description
When I run a simple test script to add a record with ADO under Win10 ODBC creates the following query:
"INSERT INTO `odbctest*`..`*myado` (`id`,`name`,`txt`,`dt`,`tm`) VALUES (?,?,?,?,?)\ 0"
The syntax is rejected by the MariaDB server for good reasons. Surprisingly the syntax is ok under Win7.
I add the ODBC trace for the Win10 test script.