Subject | Re: [Firebird-Java] JayBird and OpenOffice.org |
---|---|
Author | Roman Rokytskyy |
Post date | 2006-08-09T16:23:28Z |
> SQL Status: HY000Hmmm....
> Error code: 335544721
> Resource Exception. Unable to complete network request to host
> "locahost". Reason: Unable to complete network request to host "locahost".
> I can connect to the database from isql using localhost:employee.fdb, so IWhat is employee.fdb - an alias or a file? If that's a file, why don't you
> don't think it's a Firebird server issue. I came across this thread, but
> still can't nail down what could be wrong on this machine.
>
> http://forum.java.sun.com/thread.jspa?threadID=554002&tstart=0
>
> Is there a simple way to test JayBird independently from OpenOffice.org?
use the absolute path to it? What are the file permissions on that file?
Also you can try to use 127.0.0.1 instead of localhost.
Now another question - what exactly do you want to test with OpenOffice?
That you can connect via Jaybird? Or is your project based on OpenOffice
Base?
Did you check the files that are posted in that thread? Alternatively you
can use one of our examples, they should work as well.
Roman