Time out problem / zeos / oracle

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

Post Reply
RhuanVictor
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 18.08.2009, 20:59

Time out problem / zeos / oracle

Post by RhuanVictor »

how to connect? =/
My program result in a error: 'Time out'

Code: Select all


procedure TForm1.Button1Click(Sender: TObject);
var
strconn: string;
izconn : TZConnection;
begin

strconn := 'zdbc:oracle://192.168.0.25/Projeto?username=projeto;password=projeto';
izconn := DriverManager.GetConnection(strconn);

end;
Post Reply