Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating and Delete Business Objects with Web Forms
Message
From
02/08/2007 15:31:57
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Updating and Delete Business Objects with Web Forms
Environment versions
Environment:
VB 8.0
Miscellaneous
Thread ID:
01245632
Message ID:
01245632
Views:
60
Hi there,

I am trying to update/Delete Business object in Web forms where my Web form doesn't inherit from mmBusinessWebPage

I have the following piece of code works fine when updating
Dim oSchoolCategory as New CategoryType
oSchoolCategory.GetSchoolCategory(Me.BvinField.Value)
oSchoolCategory.Entity.Facility_Type = Me.txtCategoryType.Text.Trim
oSchoolCategory.Entity.Facility_Desc = Me.txtCategoryName.Text.Trim
oSchoolCategory.SaveEntity()

What it means an extra call to the database and then update, is there a way
just to update by calling an update function and passing primary key value, its the same situation for delete, may be I am missing something.

Thanks
Yassin
Next
Reply
Map
View

Click here to load this message in the networking platform