A) System.DatabaseB) System.DataAdapterC) System.Data
Latest Answer : System.Data ...
A) System.XMLB) System.AssemblerC) System.ReflectionD) System.IO
Latest Answer : C) System.Reflection ...
A) IdataRecordB) IdatabaseC) IdatacursorD) IdataReader
Latest Answer : D ...
Which of the following methods still in use to access the COM objects in VB.NET but not used to access VB.NET objects
A) NewB) GetObjectC) CreateObjectExplanation: Createobject is used to access COM objects while NEW is used to access VB.NET objects
A) HTTPB) SOAPC) WSDLExplanation: Sipmle Object Access Protocol is used for web services
Latest Answer : SOAP is the protocol used for web services. ...
Latest Answer : use data transformation services of sql server.or create a new database insql server in console. then right click it, all tasks, import data and then the sql server will guide u to choose driver, choose microsoft access and then may be it will ask for ...
I have developed a software when i am going to run it after installing it works very well, but while trying to access the reports then it gives error messages showing "not register something like that...." plz help me to solve out this problem and how?
Can any body explain is there any way like Modules in VB where I van declare a variable Public so that I can access it through out the applicaltion (i.e. Globally) so except the singleton and Static declartion is there any way in C#.NET like a module to access a variable.