Page 1 of 1

Master Detail with Stored Procedures

Posted: Wed 21 Mar 2007 17:02
by eduard
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

Posted: Thu 22 Mar 2007 11:24
by Jackson
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.