In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

How to save Database Error Message ?

Xailer English public forum
Responder
Milan Mehta
Mensajes: 132
Registrado: Dom Dic 27, 2009 9:54 am

How to save Database Error Message ?

Mensaje por Milan Mehta »

Whenever we get error messages that is triggered from Database, it is shown on the screen by Xailer.

Is there any way to save that message ?
I will like to fire that message in Sqlite to dig dipper into the problem.

TIA
Milan Mehta.
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5705
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

Re: How to save Database Error Message ?

Mensaje por jfgimenez »

Hi Milan,

take a look at TDatasource:lDisplayErrors and TDatasource:lAbortOnErrors.

When you set :lDisplayErrors := .F. and :lAbortOnErrors := .T., you may catch any datasource error.
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Responder