data tab in vs.NET 2003

J

josh

i am trying to build a web service to be able to connect infopath forms to a
database for submitting and recieving data, this is based on he lab 5 in the
MSDN library, but the Visual studio version i have is .NET 2003 nad as a
result i have not been able to implement he step below
To establish database connectivity
On the View menu, select Toolbox.
Click the Data tab.
Drag the SqlDataAdapter data object to the design mode surface.
The Data Adapter Configuration Wizard opens.

In the Data Adapter Configuration Wizard, click Next.
On the Choose Your Data Connection page, click New Connection to create a
data connection to the Northwind Traders database server.
The Data Link Properties dialog appears

that is because there is no data tab in the tool box in visual studio
2003.what am i to do, must i use visual studio.NET before i can implement
this?
 
F

Franck Dauché

Hi Josh,

Did you install all options for VS.Net (did you try to re-install or repair?).
Are you running VS.Net 2005 on top?

Regards,

Franck Dauché
 
J

josh

thanks frank for the suggestion, but i installed all options for vs.NET and i
am not running vs.NET 2005 on it, may be i should try the repair option, if
theres any other way out you could hint me , thanks
josh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top