VB .Net Question:
Download Questions PDF

How VB Implements the Disconnected Architecture as like VB.Net?

Answer:

In VB to implement a disconnected recordset, after you have filled the recordset with the data, set its active connection property to "Nothing". That breaks the connection to the database. You can locally also save the data of the recordset by using its Save function.

Download VB .Net Interview Questions And Answers PDF

Previous QuestionNext Question
What is the use of console application?What is the difference between .dll extension and .exe extension files?