|
-
Feb 18th, 2004, 12:28 PM
#1
Thread Starter
New Member
Dataset not reflecting Database field changes
Hi.
I am using a datset on a form that is bound to lots of controls. The dataset was added at design time.
I have updated the definition of my Access database (new and changed fields) and now my Dataset does not reflect those changes.
How do I refresh the dataset bits? I cannot find a way in the IDE of doing this.
Many thanks
-
Feb 18th, 2004, 01:16 PM
#2
Rebuild the dataadapter and dataset.
-
Feb 18th, 2004, 05:56 PM
#3
Thread Starter
New Member
Does that not mean that I need to reattach all the design time databindings?
-
Feb 18th, 2004, 06:54 PM
#4
I don't believe so. You don't have to delete the items just reconfigure the dataadapter. Then right click on it and generate the dataset, if you choose the same name as the existing one then it will ask if you want to overwrite it, choose yes.
-
Feb 18th, 2004, 06:54 PM
#5
Frenzied Member
There should be a way to just rebuild the DataSet to to get the new values from the DB.
-
Feb 19th, 2004, 04:03 AM
#6
Thread Starter
New Member
Edneeis, thanks, I will try what you sugested.
DevGrp, I agree but I am unable to find that option.
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
|