StrataFrame Forum

Stored procs

http://forum.strataframe.net/Topic1735.aspx

By Daniel Essin - 7/6/2006

1 - Does that mean that the DDT will generate insert, update and delete procs?



2 - If I have existing insert, update and delete procs, can I put their names into the corresponding properties of the BO? If so, what do the signatures of the stored procs need to be to be compatible with the code that you generate?



3 - When the DDT provides viewing, will it be possible to edit the code?



Thank you
By StrataFrame Team - 7/6/2006

1 - Does that mean that the DDT will generate insert, update and delete procs?

Yes, the current pre-release version of 1.4.1 can generate separete sprocs for INSERTs, UPDATEs, and DELETEs.

2 - If I have existing insert, update and delete procs, can I put their names into the corresponding properties of the BO? If so, what do the signatures of the stored procs need to be to be compatible with the code that you generate?

Yes, you can use your own stored procedures for the business objects by entering the stored procedure names in the properties on the business objects.  The parameters the business object is expecting are described within the newest version of the DDT help, which I am posting in the MyAccount are of the website today.

3 - When the DDT provides viewing, will it be possible to edit the code?

No, the DDT will not allow you to edit the code, but you can use the viewable code as a template to create your own stored procedures.

By Daniel Essin - 7/6/2006

Thanks
By Daniel Essin - 7/9/2006

I don't see any version of the DDT help dated in July. What am I misssing?
By StrataFrame Team - 7/10/2006

Sorry, forgot to post it.  It's out in the downloads section, now.
By Daniel Essin - 7/10/2006

thank you