Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Incomplete
-
2.0.15
-
None
-
None
-
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.