1
When I have a way for ex:
C:\Programa\bd.fdb
and try to pass to the system, windows does not recognize the bank. Now when I have a path as follows:
192.168.1.1\C:\Programa\bd.fdb
the database is normally recognized, and also works for other network machines.
What happens is that only on my computer gives this error, I have tried other operating systems like Win 8, Win 8.1, and Win 10. Only a specific version of Windows 8.1 worked, and here in the company if have several distinct systems being able to read the bank without the need to put the IP in the way.
Someone’s been through it and had some solution?
I’ve been through the same problem and could not solve otherwise, but can put
localhost:C:\Programa\bd.fdb
or127.0.0.1:C:\Programa\bd.fdb
, so the request does not pass through the network.– Laércio Lopes