Search found 1 match

by RhuanVictor
18.08.2009, 21:02
Forum: 6.6 - stable
Topic: Time out problem / zeos / oracle
Replies: 0
Views: 410

Time out problem / zeos / oracle

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;