Hi Newsgroup,
how do I get the upgrade assistant for VB.NET to work with the data control
of VB6?
ideas?
many thanks
Liz
Paul Clement - 02 May 2005 17:17 GMT
¤ Hi Newsgroup,
¤ how do I get the upgrade assistant for VB.NET to work with the data control
¤ of VB6?
¤ ideas?
¤ many thanks
The Data Control was replaced by the DataAdapter and DataSet. There is no equivalent to the Data
Control in .NET.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbts
kcreatingdatasetadapters.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbts
kcreatingsimply-boundcontrolonwindowsform.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbwl
kwalkthroughdisplayingdatafromsingletableinwindowsform.asp
Paul
~~~~
Microsoft MVP (Visual Basic)