Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What version does openadaptor work with?

openadaptor version
0
Posted

What version does openadaptor work with?

0

Tested using the version 3.0.9 of the MySQL JDBC driver and versions 4.0.16 and 3.23.58 of the MySQL database. For more details, see: http://www.mysql.com/documentation/connector-j/index.html http://www.mysql.com/documentation/index.html I get “SQL syntax near ‘CHAINED OFF'” The openadaptor JDBC components make use of the JdbcConnectionParams class to configure the JDBC connection. One of the properties it uses is UsingChainedTransactions. This works in “reverse” fashion as if it is not set then a “SET CHAINED OFF” command is issued. MySQL does not support this command so make sure that you avoid it by using the following line in your properties file: A.C2.UsingChainedTransactions = true Note that the “A.C2” prefix needs to be modified to suit your adaptor. I get an access denied error when I run the cookbook examples In order to run the Cookbook examples you must get the database administrater to create an account for oa_user by running the following command: GRANT USAGE ON [db].* TO

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123