Microsoft
Software
Hardware
Network
Question : How to clear a recordset
In my project I have a typed dataset and a binding source to go with my bound controlls on a form. I have enteties in a separate project and a WCF-service to handle the data.
The Dataset is calld dsCustomer.
When I load the form I do this:
CustomerBindingSource.AddN
ew()
And the OK-button have this:
CustomerBindingSource.EndE
dit()
CustomerID = proxy.SaveNewCustomer(DSCu
stomer)
The customer is saved and everything is fine. Next time I open the form the old record is still in the dataset and I can't remove it. with dsCustomer.Clear and CustomerBindingSource.Clea
r throws an exception.
I guess I'm doing something wrong here. I'd be greatful for some help. (I run .NET Framework 4.0)
Best Regards
Tomas
Answer : How to clear a recordset
In the OK_button event, add a line to re-instantiate the dataset, like this:
CustomerBindingSource
.EndEdit()
CustomerID
= proxy.SaveNewCustomer(DSCu
stomer)
DSC
ustomer = New DataSet
Random Solutions
Cisco ASA 5520
Cannot get dos to recognise 'nmake' variable
POP UP error in MS-CRM
VirtualInfrastructure.Util
s.HttpWebR
equestProx
y' threw an exception.
Wireless Access Point - Hard Plastics Protective Cover
Start applications from command promt
how can i edit this excell ?
VLAN 2 on 3Com 5500 with fiber SFP causes problems on default VLAN 1
Fix NMIndexStoreSvr.exe error [5296]
Why Not able to read excel file in the Web application running on Windows7/Office2010?