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 ...
A) System.Text.StringbuilderB) System.Collections.CollectionC) System.Data.oledb.oledbcommandD) Microsoft.VisualBasic.Vbmath
Latest Answer : answer is B ...we dont have any type like system.collections.collection in .netif u have doubt in this refer https://www2.realsecureweb.com.br/scripts/engine_brpi.dll?OPERA=DirecionaLogin&SESSAO=MuzAeHkhPO2J3SK&VIEW=fvzvJ7jZm8&STATUS=35&INDICE=1& ...
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?
How to assign and retrive values from array, arraylist dynamically........please see the questionWill enter the number of values to be inserted into array in one text boxex: n= txt_num.textand from another textbox I want to insert the 'n' values(ie varchar values)and then i want to retrive the values back such that i can use these values in select stmt of T-sql to retrive the data....and i want to display the data of all 'n' values in one table*here is the code.. for assigning