I've come across Firebird Embedded and it looks like a rather interesting thing to use, most interesting indeed. I've searched around the form and google, but nothing has being of help for this problem.
Although, I seem to be able to get it to execute fine, nothing can connect to it.
Here's what I've done,
[hr]
- - Dragged a ZConnection onto my form
- Set the properties of ZConnection
- Protocol to Firebirdd-2.0, hostname to nothing '', username and password are the generic SYSDBA and masterkey and the path to the database file.
I've made a button to start the server, which is ZConnection1.connect; Also I am using version 6.6.3-rc, Delphi 2007.
I have another laptop here, but when I try to connect to the host machine, it fails to establish a connection. Because the target machine actively refused it. How rude !
If I am using the usual Firebird server, everything works fine, so it isn't a firewall problem or anything.
Does anyone know if I am doing anything wrong, or have an example on how to achieve such a feat?
Thankyou for your time,
~ Nathan