|
-
Feb 11th, 2007, 08:24 PM
#2
Re: Update unable to find TableMapping['t003Akaun'] or DataTable 't003Akaun'.
You've only just created a new DataSet so it's empty. You can't update a DataTable named "t003Akaun" in a DataSet that contains no tables.
Are you trying to retrieve data or save it? If you're retrieving data then you should becalling Fill, not Update. If you're saving then you need to have already retrieved that data into the DataTable. I'd suggest that you read some of the ADO.NET tutorials from the links in my signature.
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
|