|
-
Oct 15th, 2004, 02:16 PM
#1
Thread Starter
Frenzied Member
dataAdapter update problem
i have a few textboxes that i bind to a dataset and when i try to change the values after filling it and displaying it, i update the dataset but the database isn't modified.
the dataadapter_row updating or updated events arent fired either
here is my code.
Me.daCategories.Update(Me.DsCategories1.Categories)
any suggestions?
does it have something to do with the fact i'm using text boxes?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|