Page 1 of 1

TMSConnection giving an Exception EInvalidPointer on closing

Posted: Tue 10 Jan 2017 04:28
by jc_thedude
Hello,

Delphi 6 Update pack 2
SQL Server Data Access Components version: 7.3.16 21-Nov-16
Devart SDAC 7..3.16 Trial for Delphi 6

I'm getting an Exception EInvalidPointer when closing program.
(on destroy)

Steps to recreate

Create new project
drop TMSConnection on Form1
on Object Inspector properties fill out properties
Server,Database,User Name, Password

add button and onclick event
MSConnection1.Connect;
if msconnection1.connected then
msconnection1.disconnect;

close program.
Receive Exception

Re: TMSConnection giving an Exception EInvalidPointer on closing

Posted: Fri 13 Jan 2017 14:00
by azyk
Thank you for the information. We have reproduced the described behavior and are investigating it. We will inform you about the results.