Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Entity Objects
Message
 
To
07/12/2006 09:37:14
Bill Oeftering
Mainstreet Computers, Inc.
Belleville, Michigan, United States
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01175267
Message ID:
01175786
Views:
6
>That didn't work. It appears the entity object is populated when retreiving data and after saving. Changing values in the entity doesn't affect the datarow. Maybe Kevin can confirm this.
>Thanks

Sorry, change the last line from:
oQuoteBiz.SaveDataRow();
to
mmSaveDataResult saveResult = oQuoteBiz.SaveRow();
If it's still not saving, set a breakpoint on this line and check the saveResult to see if it's failing for some reason. That should work.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Reply
Map
View

Click here to load this message in the networking platform