Subject | Re: Jaybird + JSTL |
---|---|
Author | qwertyjava |
Post date | 2003-08-24T19:50:11Z |
--- In Firebird-Java@yahoogroups.com, "qwertyjava" <fb40@h...> wrote:
> Hello there,firebird.
>
> I'm using Jaybird to connect to a database on a 1.0 server
> It works within a servlet but know i want to try this with thesame
> driver in JSTL like this:DataSource
>
> <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,
> invalid: "No suitable driver"Never mind i find it myself....
>
> Is it not possible , isnt't it ?
>
> Thanks anyway...