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.