Hello Mr Rao,
I'm doing tests with the Fwmariaconection class.
How do I control the error message of the connection and avoid the one generated by the class?
I turn off the Mariadb server and the error is interceded by the class and not the catch.
I connect like this
Thank you for your cooperation,
I'm doing tests with the Fwmariaconection class.
How do I control the error message of the connection and avoid the one generated by the class?
I turn off the Mariadb server and the error is interceded by the class and not the catch.
I connect like this
TRY
   FWCONNECT oConect HOST "localhost:3307" USER "root" PASSWORD "mypass" DATABASE "gestion_ancla2018"
 CATCH oErr
   MsgStop("No es posible conectar con Servidor de Datos :"+oConect:nError )
   Return .f.
 ENDThank you for your cooperation,
José David Angulo
Auditoria y Sitemas Ltda.
Cartagena Colombia
Auditoria y Sitemas Ltda.
Cartagena Colombia