Subject Re: Jaybird + JSTL
Author qwertyjava
--- In Firebird-Java@yahoogroups.com, "qwertyjava" <fb40@h...> wrote:
> 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...

Never mind i find it myself....