With Debug on Enhance Error Messages

Post Reply
jcrick
User
Posts: 15

With Debug on Enhance Error Messages

Post by jcrick »

Hi
Debug is a good option during development.

But it does not show everything, for instance if a key is missing when you do an Add, it doesn't say which key, or even show the SQL that was submitted so you could read it and see which key is missing.

If debug is on then all SQL should be shown.

Alternatively pipe all these messages out to the log file.

Thanks, Jerry


Post Reply