Master Detail with Stored Procedures

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
eduard
Posts: 4
Joined: Fri 16 Mar 2007 07:30

Master Detail with Stored Procedures

Post by eduard » Wed 21 Mar 2007 17:02

Hello,

Is it possible to create a master/detail relation with stored procedures?

Example: StoredProc_Master and StoredProc_Detail

There are no properties: Masterfields, Table name etc.

Or is this only possible with TMSTable and TMSQuery.

For performance reason I want as many storedprocedures on the server


Thanks :-)
Eduard

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

Post by Jackson » Thu 22 Mar 2007 11:24

Properties for building master/detail relationships are in public section of the TMSStoredProc component, but not in the published section like in some other components (TMSQuery, TMSTable).
So you can use them for building master/detail relationships but not in design time.

Post Reply