Ver Mensaje Individual
  #7  
Antiguo 26-12-2011
serdl serdl is offline
Miembro
NULL
 
Registrado: dic 2011
Posts: 11
Reputación: 0
serdl Va por buen camino
ahora hice una modificacion al proyecto, agregando un boton para conectar por codigo de esta forma:

procedure TForm1.ToggleBox1Change(Sender: TObject);
begin
zconnection1.Database:= 'bbdd';
zconnection1.HostName:= 'localhost';
zconnection1.User:= 'postgre';
zconnection1.Password:='serdel';
zconnection1.Connected:= true;
end;

ahora me sale un mensaje:

SQLerror: fe_sendauth authentication type 5 not supported

me desorienta donde puede estar el error
Responder Con Cita