Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

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!!!