I'm trying to create a Data Adapter that connects to sql server 2008. When I created the Data Adapters, I selected the driver that gives me to select for sql server I put:
bd: RecursosHum
user: sa
password: sa
but when I give it a test it gives me an error:
Reason:java.lang.ClassNotFoundException:
com.microsoft.sqlserver.jdbc.SQLServerDriver
I think the problem is that jaspersoft does not have the sql server driver installed and I wanted to add driver to the jasper but I have not found anything useful for me.
I tried to put the driver that I downloaded into the jaspersoft plugins folder but nothing.