vb2005 parameterized tableadapter wont save to access database

E

eduardoben

I use a tableadapter with the sql string = select * fom table where
field=?
I load the desired record in a form and populate textboxes
but after i modify them when i use tableadapter.update it wont save
the changes to the database
i get the error "There is no valid update command"
any ideas?
Thanks
 

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

Top