APPCRASH if connetion diaglog fail authorization

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
cyrilo
Posts: 18
Joined: Wed 11 Oct 2006 08:47

APPCRASH if connetion diaglog fail authorization

Post by cyrilo » Wed 15 Oct 2014 07:53

I have database application. When it launched, the firts showed form is MyConnecDialog1.
If authorization to DB failed I got APPCRASH from KERNELBASE.dll and when Application error system message with text "Exception EdatabaseError in module test.exe at 0015DDE5. Cannot connet to database".
Please explain how correctly terminate application without APPCRASH in case of failed authorization to database.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: APPCRASH if connetion diaglog fail authorization

Post by ViktorV » Wed 15 Oct 2014 13:38

Please specify the MyDAC version and whether you are using SSL or SSH.

cyrilo
Posts: 18
Joined: Wed 11 Oct 2006 08:47

Re: APPCRASH if connetion diaglog fail authorization

Post by cyrilo » Wed 15 Oct 2014 18:05

MyDAC 8.3.9
without SSH and SSL

cyrilo
Posts: 18
Joined: Wed 11 Oct 2006 08:47

Re: APPCRASH if connetion diaglog fail authorization

Post by cyrilo » Wed 15 Oct 2014 18:07

APPCRASH after "Cancel" button click and after third unsuccessful authorization attempt

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: APPCRASH if connetion diaglog fail authorization

Post by ViktorV » Thu 16 Oct 2014 07:26

Please upgrade to the latest version of MyDAC (8.4.11) and check if the problem still persists.

Post Reply