Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
I'm trying to connect to a Firebird DB using JDBC connector. I used the JDBC Connector Extension (from Marketplace) to create my template using Jaybird 2.2.11 and I imported it correctly.
Then I created a new Thing based on that template with the following configuration:
If I check the "isConnected" property, the value is false and if I try writing a service (SQL query) I received an error loading tables/columns.
What's wrong with my configuration? What should I try to solve it?
Hello Davide, I would first check the connection string (you have some examples at below link), then I would get the a jar files which contains all dependencies, a full one like jaybird-full-2.1.6.jar.
Firebird connection with java - Stack Overflow
Let me know if this helps.