Forum: C# Oct 30th, 2008 |
| Replies: 5 Views: 4,317 Ok, we're in the throes of getting the first version released, but I'll plan to try and narrow it down to some code I can post in a few days. |
Forum: C# Oct 26th, 2008 |
| Replies: 5 Views: 4,317 No I do that if there are changes. That is in code further down the line - pseudo code is:
if myDataSet.GetChanges() != null
Pass result of GetChanges() to server to commit data
The... |
Forum: C# Oct 23rd, 2008 |
| Replies: 5 Views: 4,317 Hi,
I have a Windows form bound to a DataTable through a BindingSource. When I call EndEdit on this BindingSource, it does not always change DataTable to show the modifications, and calling... |
Forum: *nix Software Jan 27th, 2003 |
| Replies: 7 Views: 10,085 Hi Dani,
There is a 3rd party patch for this bug. VMware references it but doesn't support it. You can find vmware's reference here:
... |