FWMARIA MENSAJES DE ERROR

Post Reply
User avatar
PAUL SIMM
Posts: 86
Joined: Fri Oct 07, 2005 7:59 am
Location: Madrid, Spain
Contact:

FWMARIA MENSAJES DE ERROR

Post by PAUL SIMM »

Habra forma de editar el contenido del Mensaje de error "Unknowen Mysql Server Host www.xxxxx.com" para eliminar el nombre en este aviso del host (www.xxx.com) para evitar posibles intentos de hackeo.
Regards/Saludos
Paul

paul@pes-systems.net
User avatar
Antonio Linares
Site Admin
Posts: 42259
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: FWMARIA MENSAJES DE ERROR

Post by Antonio Linares »

Estimado Paul,

Puedes mostrar una imagen de como se ve el error ?

Buscando en los fuentes de FWH no encuentro el mensaje de error que comentas

gracias!
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
PAUL SIMM
Posts: 86
Joined: Fri Oct 07, 2005 7:59 am
Location: Madrid, Spain
Contact:

Re: FWMARIA MENSAJES DE ERROR

Post by PAUL SIMM »

Regards/Saludos
Paul

paul@pes-systems.net
User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: FWMARIA MENSAJES DE ERROR

Post by nageswaragunupudi »

You see this error when trying to connect using

Code: Select all | Expand

oCn := maria_Connect( <connectionspe>,  .T. )
Last parameter .T. means ShowError. In that case the library shows the error as MySql shows.

You can suppress display of error by

Code: Select all | Expand

oCn := maria_Connect9( <connectionspecs>,  .F. )
if oCn == nil
   ? "connection failed"
   // display your own error
   return nil
endif
// proceed with the work
 
Regards

G. N. Rao.
Hyderabad, India
User avatar
PAUL SIMM
Posts: 86
Joined: Fri Oct 07, 2005 7:59 am
Location: Madrid, Spain
Contact:

Re: FWMARIA MENSAJES DE ERROR

Post by PAUL SIMM »

Thankyou my friend works perfectly

Regardos

Paul
Regards/Saludos
Paul

paul@pes-systems.net
Post Reply