Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.0.13
-
None
-
None
-
Win7, MariaDB 1.1.19, Office 2003, ADO, ODBC
Description
I am planning to migrate applications to MariaDB with ODBC Connector. As a proof of concept I wanted to start as simple as possible. Therefore I selected the following simple ado example of the mysql developer handbook:
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-programming-vb-ado.html.
The example works until the section:
'rs insert
rs.Open "select * from my_ado", conn, adOpenDynamic, adLockOptimistic
rs.AddNew
rs!Name = "Monty"
rs!txt = "Insert row"
>>rs.Update
rs.Close
If I look at the ODBC Trace (see attachment), I see the following Diag:
DIAG [S1C00] [ma-1.0.6][10.1.19-MariaDB]Optional feature not implemented (0).
Could you please verify and solve this issue?
Attachments
Issue Links
- relates to
-
ODBC-108 ado.addnew/ODBC: Error with Decimal datatype
- Closed