Hi,
I am new to Bonita Soft and using BonitaSoft 5.8 .
I am creating a web form to get some user data and store it in MS access DB using a connector.
I am able to save the text or numerical type data into database. But I am unable to store a DOB of user (Date/Time type defined in MS access DB) . Below is the query that I am using while configuring the MS access connector.
INSERT INTO User (firstName, lastName, sex, dob) VALUES (‘${firstName}’, ‘${lastName}’, ‘${sex}’, ‘${dob}’);
I am getting below error for date field:
SEVERE: Exception caught while executing connector (instance=TestProcess1–1.0–1, process=TestProcess1–1.0, activityId=User_Input) : org.bonitasoft.connectors.database.access.AccessConnector - Exception : [Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression. java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression.
Please help me to resolve this issue.
–
Thanks,
Kunal