----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: SBK Message 2 in Discussion By adding reference to System.Data.dll you are specifying the assembly where the types would be found. The IDE copies the related assembly to the bin folder of your application so that the runtime can discover the type from the specified assembly.<o:p></o:p> <o:p> </o:p> By mentioning using System.Data, you are qualifying the types belonging to the System.Data namespace to be used in the class with the fully qualified name which is required to determine the type location and instantiate it.<o:p></o:p> <o:p> </o:p> Late binding can be achieved by declaring the variable as System.Object and typecasting it to a specific type at runtime.<o:p></o:p> <o:p> </o:p> S.B.Kar <o:p></o:p> <o:p></o:p> Senior Systems Engineer<o:p></o:p> GMSBU<o:p></o:p> Wipro Technologies<o:p></o:p> Ph#5539134 Extn: 4434<o:p></o:p> <o:p> </o:p> -----Original Message----- From: Arun Raj.C [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 5:26 PM To: Chennai .NET User Group; BDOTNET; Hyderadad DotNet User Group Subject: Differences... <o:p> </o:p> <o:p></o:p> <o:p></o:p> New Message on BDOTNET<o:p></o:p> <o:p></o:p> <o:p> </o:p> Differences...<o:p></o:p> Reply <o:p></o:p> <o:p></o:p> Reply to Sender Recommend <o:p></o:p> Message 1 in Discussion <o:p></o:p> <o:p></o:p> From: Arun Raj.C <o:p></o:p> Hi Friends, What is the difference between "using System.Data;" and directly adding the reference from "Add References Dialog Box" ? We have "Server.CreateObject" in ASP, for late binding of objects, What is equivalent for it in ASP.NET ? Regards Arun Raj.c<o:p></o:p> <o:p></o:p> View other groups in this category. ----------------------------------------------------------- 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]
