Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] Firebird

On Tue, Jan 14, 2003 at 01:02:53PM -0500, Mark C. Chu-Carroll wrote:
> 
> I just installed Firebird 1.0.2 SuperServer, and got it to start running
> in Stellation. Here's the tricks:
> 
> (1) Run gsec as root.
> (2) Get the Jaybird JDBC. It's on the firebird website. Add the relevant
>   libraries to your libs dir. (I needed to grab a copy of the j2ee jar,
>   and put it in the extensions dir of my Java system to get the
>   necessary support libs.)
> (3) Change the name of the firebird driver in the Java code to the name
>   of the Jaybird JDBC driver, org.firebirdsql.jdbc.FBDriver.
> (4) Change the jdbc URL to start with "jdbc:firebirdsql://".
> (5) Change the port number used to connect to 3050, which is where
>   the SuperServer listens.
> 

I have just checked in changes suggested in (1)-(5).


dave

-- 
Dave Shields, IBM Research, shields@xxxxxxxxxxxxxx. 


Back to the top