Thanks but DataSources don't work here. You still have to use a data adapter
- at least that's what I've done. Also, DataSources aren't avaialble in web
As I understand it, DataSets & DataComponents only give you table adapters.
could populate tables in the DataSet. Essentially I've done this manually by
"Mike Droney [MSFT]" wrote:
> Hi Jonesie
>
> If you open the Data Sources window in Visual Studio 2005 Beta2 (Data >
> Show Data Sources menu option), you can add a data source which will allow
> you to data-bind items from the datasource to controls on the Windows Form.
> Here is a link to an article in the MSDN pre-release documentation to help
> you on your way:
>
>
http://msdn2.microsoft.com/library/ms171923(en-us,vs.80).aspx
>
> thanks
>
> Mike
>
> --
>
> VSData Team
> Please post to our newsgroup: microsoft.public.dotnet.datatools
> This posting is provided "AS IS" with no warranties, and confers no rights.
> --------------------
>
> >Thread-Topic: DataAdapters & VS05 B2
> >thread-index: AcVsb7HGJMg8ENRtT66jvI1mqsPSgQ==
> >X-WBNR-Posting-Host: 210.48.109.206
> >From: "=?Utf-8?B?Sm9uZXNpZQ==?=" <Jonesie@discussions.microsoft.com>
> >Subject: DataAdapters & VS05 B2
> >Date: Wed, 8 Jun 2005 14:19:02 -0700
> >Lines: 8
> >Message-ID: <EA0E5834-9F72-41E2-8551-C544DBD976C3@microsoft.com>
> >MIME-Version: 1.0
> >Content-Type: text/plain;
> > charset="Utf-8"
> >Content-Transfer-Encoding: 7bit
> >X-Newsreader: Microsoft CDO for Windows 2000
> >Content-Class: urn:content-classes:message
> >Importance: normal
> >Priority: normal
> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> >Newsgroups: microsoft.public.dotnet.datatools
> >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> >Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
> >Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.dotnet.datatools:852
> >X-Tomcat-NG: microsoft.public.dotnet.datatools
> >
> >In VS03 I can use a dataadapter to fill multipe tables in a dataset using
> a
> >stored proc in SQL2k that returns multiple result sets.
> >
> >In VS05 B2 the DataAdapter is not in the toolbox by default. I'm sure I
> can
> >add it but is there a 'better' way of doing this now with table adapters
> or
> >something else?
> >
> >
> >
>