|
-
January 3rd, 2012, 07:38 AM
#3
Re: Problem with oleDbDataAdapter and MS Access Database
 Originally Posted by daniele.rolfo
In the code, in the form_load event, I fill a dataset using the following instruction:
this->oleDbDataAdapter1->Fill(this->dataSet1,"Abbonamenti");
My problems are:
- I used the oledbDataAdapter correctly?
- How can I check if the dataset contains the correct data?
To be honest: I don't have the slightest idea! How should I or anyone else know from the practically no information you provided? We need much more concrete information and in particular more concrete code than just a single line.
For starters, here's a thread that (AFAICT from what I know by now) is topically related and perhaps already provides some inspiration: http://www.codeguru.com/forum/showthread.php?t=508025
And please use code tags when posting code to preserve proper code formatting. Not using them was harmless with your one-liner, but the initial post of the thread I linked to perfectly demonstrates how bad it can get without them.
I was thrown out of college for cheating on the metaphysics exam; I looked into the soul of the boy sitting next to me.
This is a snakeskin jacket! And for me it's a symbol of my individuality, and my belief... in personal freedom.
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
|