Skip to main content

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

On Fri, 2003-05-16 at 15:40, Jonathan Gossage wrote:
> I have discovered that Jaybird has methods that allow databases to be
> created and destroyed. These are Jaybird specific methods rather than
> standard JDBC methods. Would you like me to look at making use of these in
> svcadmin for Firebird?

Definitely. It should be quite easy: AbstractDatabase has methods to
create and destroy databases; svcadmin uses those if they're
implemented. So just use the jaybird methods in the FirebirdDatabase
implementation.

	-Mark

> 
> Regards
> 
> Jonathan
> 
> _______________________________________________
> stellation-res mailing list
> stellation-res@xxxxxxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/stellation-res
-- 



Back to the top