StrataFrame Forum

3 DDT Update Requests

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

By choyt - 7/23/2007

Hi Folks

3 things that I find slow me down when using the DDT are

  1. I always create all 3 sprocs. Having it remember that I want all 3 would be excellent
  2. The default stored procedure names are not the ones we use is our standards. Yours are always TABLE_NAME_Insert where ours is table_name_ins (our table names are always capitalized but our sprocs are not). It would rock to be able to setup our own template for this
  3. It always defaults to Optimistic All Fields for update and Off for delete but I always use RowVersion for both.

Obviously non of this is a big deal and is just really boring leg work but the whole point of using products like SF is to save me time and make my code consistent.

Thansk!