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
			
									
									
						TMSConnection giving an Exception EInvalidPointer on closing
- 
				jc_thedude
- Posts: 3
- Joined: Wed 21 Dec 2016 18:59
Re: TMSConnection giving an Exception EInvalidPointer on closing
Thank you for the information. We have reproduced the described behavior and are investigating it. We will inform you about the results.