Hi,
i'm working on app. that uses myDAC (v4.3) and Delphi7 and have question regarding myDAC except handling. 
How to override myDAC exception handler? I would like to make my own handler (mostly to show my messages like 'wrong password, try again'), but in my try block myDAC already handles exceptions and my except block can't see any exception.
One example would be - entering wrong password or username while trying to connect to DB.
			
									
									
						Exception handling with Delphi7
Re: Exception handling with Delphi7
You can easily do this with a product like madExcept (http://www.madshi.net).vortex77 wrote:Hi,
How to override myDAC exception handler?
It allows you to register your own handlers for specific exceptions, thus giving you full control over the exception handling process. It's a nice product, inexpensive, great support and you can download a free trial.
--
Kevin Powick