https://bugs.documentfoundation.org/show_bug.cgi?id=141846

--- Comment #9 from juancsa...@hotmail.com ---
(In reply to Robert Großkopf from comment #8)
> (In reply to juancsanzc from comment #7)
> >  
> > > You are using the example, which comes with Firebird 4. This will give the
> > > same error here on OpenSUSE 15.2. But the bug is reported for Firebird 3
> > > (and also the employee.fdb of Firebird 3)
> > 
> > Yes, that's right, I was using a Firebir 4, but the error is the same if I
> > use your sample database.
> 
> Really the same with "found 13.0, support 12.0"?
> 
> > 
> > On the other hand, I think I found the error:
> > If I use the wizard to connect, and I browse to find the file, I obtain a
> > full path like "file:///C:/Users/jc/BD/employee_FB3.fdb", that produce the
> > error.
> > But if I delete one slash after "file:" so the path is
> > "file://C:/Users/jc/BD/employee_FB3.fdb", I can connect
> 
> So connection is working with FB3, isn't it? 
> I have thought the first path would be the right, but I have no Windows to
> test. So we should have a look at the connection-string for Windows.

No, sorry, I´ve explained it badly and may be differen error.
If I use the wizard to connect to a file:
1 Open Base
2 Select connect to an existing database
3 Select Firebird file
4 Select Browse button
5 Browse to the file an obtain a ¿url? like
"file:///C:/Users/jc/BD/employee_FB3.fdb"
6 Clic Finish
7 Save the odb file
8 I obtain the error "firebird_sdbc error:
*Unable to complete network request to host "servidor1".
*Failed to locate host machine.
*The specified name was not found in the hosts file or Domain Name Services.
caused by
'isc_attach_database'

But if in step 5 I change the url to "file://C:/Users/jc/BD/employee_FB3.fdb"
(with two slashes after file:) I can connect succesfully

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to