Subject Jaybird + JSTL
Author qwertyjava
Hello there,

I'm using Jaybird to connect to a database on a 1.0 server firebird.
It works within a servlet but know i want to try this with the same
driver in JSTL like this:

<sql:setDataSource
url="jdbc:firebirdsql:localhost:C:\Data\Examples\employee.gdb"
driver="org.firebirdsql.jdbc.FBDriver"
user="sysdba"
password="masterkey"
var="con"
/>

I get the folling message:

javax.servlet.ServletException: Unable to get connection, DataSource
invalid: "No suitable driver"

Is it not possible , isnt't it ?

Thanks anyway...