Typed DataSet in Delphi

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ninja
Posts: 8
Joined: Wed 12 Dec 2007 11:29

Typed DataSet in Delphi

Post by ninja » Thu 03 Jul 2008 06:45

It would be great if your component set will be extended with something like typed dataset code generator (like in VisualStudio) as a pat of DataSet Manager for example.

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Thu 03 Jul 2008 14:34

DataSet Manager lets creating typed dataset fields. For that in the DataSet Manager window select the dataset you need and in its context menu select the Describe fields item. After that select a field for which you want to create a typed field, call its context menu, and select the Create field item.

Post Reply