TMSConnection::CreateDataSet

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
alec
Posts: 20
Joined: Wed 24 Aug 2005 09:28
Location: Africa

TMSConnection::CreateDataSet

Post by alec » Tue 13 Jun 2006 06:30

TMSConnection::CreateDataSet returns a new instance of TCustomMSDataSet.
Whether I should delete this object in C++ after use by delete keyword?
Thank you!

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Tue 13 Jun 2006 12:17

You can delete this object when you no longer need it.

Post Reply