Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.1.14
-
None
-
windows 10
Description
I’m using vb6 with ADODB.recordset. When I add a new row with date field, if the value is between 1970 and 2038 , it accepts it, but if not, Mariadb crashes and raises a the field can be null (is defined in the table definition)
It seems MariaDb connector is the focus of the crash, putting only dates between 1970 and 2038 years. Its solution is to redefine table sturcture
I attach the code
Thanks