Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How Create/Manipulate Data without using controls?
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01162428
Message ID:
01163189
Views:
14
>
>>>>DataRow rw = this.oPsTest.NewRow();
>>>>rw["keyno"] = 1234;
>>>>this.Save();
>
>
>Instead of this.Save() have you tried this.oPsTest.SaveDataSet()? I do this sort of thing all the time but I never use the Save method of the mmBusinessWebPage. No particular reason why I've just always used the SaveDataSet method of the BizObj.

This.Save() is one line of code that saves everything including child tables. As much as possible, I do not use SaveDataSet() provided that business objects are registered in a proper way.
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Reply
Map
View

Click here to load this message in the networking platform