----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Rambabu Kodali Message 2 in Discussion You have to code depends on your application architecture. In presentation layer you have to create the instance of business object, set the properties and call the method. dim obj as new clsBO obj.name = ... obj.age = .... obj.Method() again this depends on architecture In BL you have to implement Business rules Create the instance of Data layer set the parameters required by the method of datalayer and call the method In data layer you have to write common methods like ExecuteDataset, ExecuteNonQuery. You should design this layer in such a way that it has to support any dataproviders. - Rambabu Kodali ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
