Re: Urgent ??? - Update Data Source
From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 03/18/04
- Next message: William Ryan eMVP: "Re: After form Load event"
- Previous message: William Ryan eMVP: "Re: Please Urgent - Update Data Source Problem ???"
- In reply to: Lianna: "Urgent ??? - Update Data Source"
- Next in thread: Lianna: "Re: Urgent ??? - Update Data Source"
- Reply: Lianna: "Re: Urgent ??? - Update Data Source"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 18 Mar 2004 14:23:22 -0000
Lianna <anonymous@discussions.microsoft.com> wrote:
> I'm facing problem to update the data source after I make changes to
> the data table. I try to call DataAdapter.Update() to transmit the
> changes cached in DataSet to the database, but it didn't work ???
>
> Can any one help me ??? Bekow are the full program can anyone please
> kind to check for me, I've been try to solve this problems more than
> 5 days
You're currently just dropping any SQL CE exception which is thrown by
update. I suggest that instead, you put a breakpoint in the code and
see whether an exception is being thrown, and if it is, what that
exception is.
-- Jon Skeet - <skeet@pobox.com> http://www.pobox.com/~skeet If replying to the group, please do not mail me too
- Next message: William Ryan eMVP: "Re: After form Load event"
- Previous message: William Ryan eMVP: "Re: Please Urgent - Update Data Source Problem ???"
- In reply to: Lianna: "Urgent ??? - Update Data Source"
- Next in thread: Lianna: "Re: Urgent ??? - Update Data Source"
- Reply: Lianna: "Re: Urgent ??? - Update Data Source"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|