Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi,
I can't connect Joget v3 with MS SQL Server 2005 and SQL Express 2008. I need to insert in a MSSQL database the form's information. In the desing I create a tool that use Database Update Plugin with the next configuration:
- Database type: MS SQL Server
- Target DB URL: jdbc:microsoft:sqlserver://localhost:1433;database=DatabaseName;
- Username: sa
- Password: Password sa's user
- Query: Insert query to the database's table.
When the tool is executed I have the next error: "Error executing plugin org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class 'com.microsoft.jdbc.sqlserver.SQLServerDriver'".
I try with a lot of solutions in other forums, but I can´t obtain a right answer. I try the same workflow in Joget v2 and this executed correctly.
Somebody have an aswer for this problem?
Thank you!!!
1 Comment
Sohan Gunasekera
Hi Victoria,
Looks like you are missing the required driver class from the Tomcat instance.
Please have a look at the link on the right of this text. Cannot load JDBC driver class