SDAC 4 Questions

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
MM
Posts: 1
Joined: Sun 08 Apr 2007 16:24

SDAC 4 Questions

Post by MM » Sun 08 Apr 2007 17:18

Hello:

I am currently using SQL Server 2.45 Standard and have two questions:

1: Is there a special upgrade price from a 2.xx licence to 4.xx licence

2: The SQL, SQLDelete, SQLInsert, SQLUpdate, SQLRefresh properties of the TMSQuery class in SDAC4 are of type TStringList. For other SDAC4 controls their SQLxxx properties are of type TStrings. I think SQLxxx multiline string properties should be of type TStrings and not TStringList (a practice recommended by Borland/CodeGear). Any comments? Will this be changed?

--Mark

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

Post by Jackson » Tue 10 Apr 2007 10:29

2: The SQL, SQLDelete, SQLInsert, SQLUpdate, SQLRefresh properties of the TMSQuery class in SDAC4 are of type TStringList. For other SDAC4 controls their SQLxxx properties are of type TStrings. I think SQLxxx multiline string properties should be of type TStrings and not TStringList (a practice recommended by Borland/CodeGear). Any comments? Will this be changed?
Actually these properties are declared as TStrings. This is a design-time issue.
In Object inspector our property editor displays the object class name instead of its declaration type.
We have fixed the problem. This fix will be available in the next build of SDAC 4.

Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

Re: SDAC 4 Questions

Post by Devart » Tue 10 Apr 2007 13:51

MM wrote:1: Is there a special upgrade price from a 2.xx licence to 4.xx licence
If you would like to update your SDAC 2 Standard license to the new SDAC 4.00 Professional please register version upgrade
'Upgrade for users of SDAC 3 Standard' for $49.95 at http://www.crlab.com/sdac/ordering

Post Reply