TMSConnection giving an Exception EInvalidPointer on closing

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jc_thedude
Posts: 3
Joined: Wed 21 Dec 2016 18:59

TMSConnection giving an Exception EInvalidPointer on closing

Post by jc_thedude » Tue 10 Jan 2017 04:28

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

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: TMSConnection giving an Exception EInvalidPointer on closing

Post by azyk » Fri 13 Jan 2017 14:00

Thank you for the information. We have reproduced the described behavior and are investigating it. We will inform you about the results.

Post Reply