|
-
Dec 3rd, 2004, 08:04 AM
#1
Re: ADO Beginners Tutorial
Use the DataAdapter's update method to update the db with changes made in the dataset.
-
Dec 3rd, 2004, 09:11 AM
#2
Lively Member
Re: ADO Beginners Tutorial
Nope, I don't think that helps in my case. My database is an xml database, so I'm using no dataadapter, just the dataset. And the thing is that the change in the data comes from the user he clicks the button that says 'erase entry' and then I want the 'erased' field to be set to true. So I need to be able to do Dataset.Table.Change(...) if it existed, and then run Dataset.WriteXml(..).
So I wanna change the dataset and then write the xml.
Am I missing something I should be using like a dataadapter or something like that?
Thanks
-
Dec 21st, 2004, 10:36 PM
#3
New Member
Re: ADO Beginners Tutorial
what if you dont have ms access 2000. how can i save things to lables or text boxes or something?
-
May 14th, 2005, 11:37 PM
#4
Re: ADO Beginners Tutorial
This thread looks dead but I thought I'd try anyway.
I'm completely new at working with DBs.
I copied the code from Beacon's tut and added the reference.
Made a DB in Access 2002
One table with three fields.
Stored the table in the same folder as the VB project and altered the path in the form load event.
WHen I get to line:
I get:
'Run tome error -yada yada
Authentication failed'
Clicking 'Help' just says 'no help on subject'
Not a great start.
What do I do?
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
|