Subject HEEELPP!! IBO Don´t connect in lan
Author Juarez A. Mendes
Me until today I didn't get to do IBO to connect in net, he was
usually working, I didn't change anything in the code, following:

first attempt:
with IB_Connection1 do
begin
Connected := False;
Path := '192.168.0.1:C:\DADOS\BANCO.FDB';
Protocol := cpTCP_IP;
Password := 'masterkey';
Username := 'SYSDBA';
Connected := True;
end;

second attempt:
with IB_Connection1 do
begin
Connected := False;
Server:='192.168.0.1'
Path := 'C:\DADOS\BANCO.FDB';
Protocol := cpTCP_IP;
Password := 'masterkey';
Username := 'SYSDBA';
Connected := True;
end;

And several other attempts

Even so I only get to connect in the local computer, in any station
of the net it doesn't connect. I receive the following mistake
message:

Invalid connection path.


Please, help me! Will it be that the version of IBO that I am using
is that is with BUGS? Because as one hour can be working and later
to leave of working? It is not the net because I already tried in
several other nets and it works, with IBX he works well.

I thank any help,

Juarez