FWMARIA MENSAJES DE ERROR
FWMARIA MENSAJES DE ERROR
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.
- Antonio Linares
- Site Admin
- Posts: 42259
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: FWMARIA MENSAJES DE ERROR
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!
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!
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: FWMARIA MENSAJES DE ERROR
You see this error when trying to connect using
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_Connect( <connectionspe>, .T. )
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
G. N. Rao.
Hyderabad, India
Re: FWMARIA MENSAJES DE ERROR
Thankyou my friend works perfectly
Regardos
Paul
Regardos
Paul