The Upgrade Wizard will upgrade the ActiveX ADODC control to a managed
version in the Microsoft.Compatibility.Data library. I agree that
eventually you will probably want to enhance your application by moving
this to ADO.Net but it should still work in the mean time.
Can you provide a few more details about the problem?
--
John Hart, Microsoft VB Team
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
[quoted text, click to view] > From: "The Grim Reaper" <grim_reaper@btopenworld.com>
> Newsgroups: microsoft.public.dotnet.languages.vb.upgrade
> Subject: Re: data control problem
> Date: Tue, 13 Jul 2004 16:27:03 +0000 (UTC)
> Organization: BT Openworld
> Lines: 28
> Message-ID: <cd12gn$7tc$1@titan.btinternet.com>
> References: <OOFJEBJaEHA.4048@TK2MSFTNGP10.phx.gbl>
> NNTP-Posting-Host: host81-156-108-197.range81-156.btcentralplus.com
> X-Trace: titan.btinternet.com 1089736023 8108 81.156.108.197 (13 Jul 2004
16:27:03 GMT)
> X-Complaints-To: news-complaints@lists.btinternet.com
> NNTP-Posting-Date: Tue, 13 Jul 2004 16:27:03 +0000 (UTC)
> X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
> X-MSMail-Priority: Normal
> X-Priority: 3
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
> Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.s
ul.t-online.de!t-online.de!news.zanker.org!news-out2.kabelfoon.nl!83.128.0.1
0.MISMATCH!newsfeed.kabelfoon.nl!zen.net.uk!demorgan.zen.co.uk!194.72.9.35.M
ISMATCH!news-peer1!btnet-feed3!newreader.ukcore.bt.net!btnet-feed5!btnet!new
s.btopenworld.com!not-for-mail
[quoted text, click to view] > Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.languages.vb.upgrade:6699
> X-Tomcat-NG: microsoft.public.dotnet.languages.vb.upgrade
>
> Yes, you should replace it - ADODC has been replaced with the ADO.NET
> namespace/assembly.
> Make sure ADO.NET is included in your project as a reference, and have a
> look through it in the object browser.
> If you're still stuck, browse these newsgroups - there are plenty of
> examples of ADO programming.
> _________________________
> The Grim Reaper
>
> "??" <hobbit@soon.com> wrote in message
> news:OOFJEBJaEHA.4048@TK2MSFTNGP10.phx.gbl...
> > I am new to VB.NET.
> >
> > I tried to upgrade my project from VB6 to VB.NET2003.
> >
> > I used ADO data controls to populate the data to datagrids.
> >
> > After the upgrade, the ADO controls does not work properly.
> >
> > (there is no error but no records is retrieved)
> >
> > Is ADODC not working in VB.NET ?
> >
> > If so, what should I use to replace it?
> >
> >
>
>
>