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

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




Answer this question

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

  • AJamil

    Nevermind. I didn't create the data model but see that the PK's have NOT been properly set on the table... Once I set them proper, the Table Adapter Wizard worked as needed. Sorry for the bum post and wasting bandwidth. : |

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