| | | StrataFrame User
       
Group: Forum Members Last Login: 05/25/2007 3:34:57 PM Posts: 235, Visits: 309 |
| 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 |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: 09/26/2008 8:30:36 AM Posts: 2,685, Visits: 1,886 |
| 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.
www.bungie.net |
| | | | StrataFrame User
       
Group: Forum Members Last Login: 05/25/2007 3:34:57 PM Posts: 235, Visits: 309 |
| | | | | StrataFrame User
       
Group: Forum Members Last Login: 05/25/2007 3:34:57 PM Posts: 235, Visits: 309 |
| | I don't see any version of the DDT help dated in July. What am I misssing? |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: 09/26/2008 8:30:36 AM Posts: 2,685, Visits: 1,886 |
| Sorry, forgot to post it. It's out in the downloads section, now.
www.bungie.net |
| | | | StrataFrame User
       
Group: Forum Members Last Login: 05/25/2007 3:34:57 PM Posts: 235, Visits: 309 |
| | |
|
|