VB .Net Question:
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.
Previous Question | Next Question |
What is the use of console application? | What is the difference between .dll extension and .exe extension files? |