Issue with ASP 2's Table Adapter Wizard

  • Thread starter Thread starter David
  • Start date Start date
D

David

I have a SQLExpress database with a table that has a unique index. I
am creating dataset/Table Adapter using the wizard. THe Wizard creates
a select and insert commands, but does not create a Update or Delete
command.

Is there a way to force the wizard to crate the missing commands? If
not, can I manually add them to the XSD file without the program
deleting my additions?

What I really need is the pass a datarow back to the adapter for
update.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top