all groups > visual studio .net general > january 2006 >
You're in the

visual studio .net general

group:

Linking Data in VB.NET


Linking Data in VB.NET Rush
1/30/2006 2:00:26 PM
visual studio .net general:
I am using Visual Studio 2005, and I am trying to add an SQLDataAdapter to my
form, but when i look under "Data" in the toolbox, there is no SQLDataAdapter
listed. When I use Visual Studio 2003, it is listed and I can add it to my
RE: Linking Data in VB.NET Howard Carr
1/31/2006 4:31:27 AM
In the Data tab, drop a BindingSource on your form. Go to the properties and
select DataSource. Configure the data source, and you should then be back on
familiar territory. Use the data set designer to show your adapters and
relationships.

[quoted text, click to view]
AddThis Social Bookmark Button