Subject Re: Java and Embedded Firbird.
Author Aden
Couple of more questions, someone in here mentioned firebird embedded
for java as a downloadable file on sourceforge and I'm not quite sure
what it is where to find it. I simply downloaded the win32 embedded
zip file from sourceforge and I don't even know how to use it. What is
fbembed.dll for? What is firebird.msg and what is it used for? What
about firebird.conf file?

I also downloaded the firebird JDBC driver and I'm not quite sure how
to use that in conjunction with embedded firebird. A sample source
code would be appreciated.

Also, your typical database has a database file associated with it. In
the case of firebird I think the database file is called
"something.gdb" correct? In the cased of embedded firebird what is the
database? Can I create a database, if yes, how?

I'm familiar with HypersonicSQL model and firebird doesn't seem to
have that same model. Is this a correct assumption?

Lack of documentation is really killing me here. So much so that if I
do get this think working I won't mind writing a tutorial or a how to.


--- In Firebird-Java@yahoogroups.com, "Aden" <saden1@y...> wrote:
> Is it possible to use Embedded Firebird with java? If yes, how and
> where can I find example source codes?