Hi:
I'm using VS2005 Team Edition for Software Architects and created a strongly typed DataSet with 5 tables.
My data source if an MDF file that I 've attached to my project and it is using SQL 2005 (9.0) compatibility.
For each table I added a Table Adapter using the "Table adapter configuration wizard" and choose to have it create my Insert, Delete, Select and Update stored proc's.
However, the wizard only creates a Select and Insert Statement. Has anyone encountered this and if so, what is the root cause

Table adapter configuration wizard only creates insert and select statements ....
AJamil