Hello, I am trying to utilize the JDBC store node to add records to a table in an access database.
I have the connection set up, that works but I am not able to run the node and insert the records into the table.
It gives the following error:
Error occurred evaluating property 'SchemaName' on node 'JDBC Store'. Property 'SchemaName' referenced property 'DBOr' . No value was able to be evaluated for property 'DBOr'. Error seen in property 'SchemaName' at line 0, column 8.
Is there a specific process for inserting records into an Access Database using JDBC store?