Answer Posted / manikandan
Data reader is usefull when we just want to acccess datas
from the database not when we want to perform DML
operations. and It is usefull when we want to perform
forward only reading of datas.It wont requires any
large volume of resources in the Front end.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Described strong typing
what is common type system?
How do you use two datareaders at the same time in a vb.net windows application ?
Explain redim keyword?
What is jagged array in vb.net?
What is the use of console application?
Which is the base class for all the classes in .net framework?
what is difference between namespace and assembly?
How to send xml file on server using http protocol?
What is the maximum size of the textbox?
What is the use of system.diagnostics.process class?
Explain about Visual basic.NET culture?
When do you use virutal keyword?
Can you please explain the difference between system.string and system.stringbuilder classes?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?