answersLogoWhite

0

What is datareader in VBNET?

User Avatar

Anonymous

11y ago
Updated: 8/19/2019

x

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is datareader?

datareader is a ado.net object .it is connected


Which one of the following properties of a DataReader indicates that it is open?

The property that indicates a DataReader is open is the IsClosed property. If IsClosed returns false, it means the DataReader is currently open and can be used to read data. Conversely, if IsClosed returns true, the DataReader is closed and cannot be used to retrieve data.


Is java better than vbnet?

Java is not better than VBNet, nor is VBNet better than Java. Eachone has its advantages and disadvantaged over the other one.


What is the difference between C and Vbnet?

It is just a different coding language, but C is more for business that VBNET


What is an instance in vbnet?

An instance in VBNet is the same as an instance in any other language; it is the realisation of a type. In object-oriented languages, like VBNet, we say that an object is an instance of a class, where the class defines the object's type.


What is instance in vbnet?

An instance in VBNet is the same as an instance in any other language; it is the realisation of a type. In object-oriented languages, like VBNet, we say that an object is an instance of a class, where the class defines the object's type.


IS VBNet purely objet oriented?

no


Who is the father of vbnet?

Alan Cooper


Is the Class type in VBNET a value type?

NO.


Who is the developer of vbnet?

Microsoft Microsoft.com/VisualStudio


How do you write a VBnet program to find the prime numbers between 100 to 200?

VBnet program to find the prime numbers between 100 to 200?


What is ADODB connection in vbnet?

Refer to related links.