RE: Replacement for VB 6.0 Record sets



Hi,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to migrate VB6.0 database apps
to VB.NET. If there is any misunderstanding, please feel free to let me
know.

There are a lot of new features in ADO.NET. You can manipulate the database
in connected mode and disconnected mode. The connected mode is to use
DataReader while the disconnected mode is to use DataSet. You can find more
information from the following links:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm
l/cpcontheadonetdatareader.asp

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm
l/cpconoverviewofadonet.asp

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

.