Release version of vs.net 2005 db sproc caller.

  • Thread starter Thread starter Ian
  • Start date Start date
I

Ian

I've created a form, and want to drag a sproc from a database
connection onto it.

This took a second in vs.net2003, it now seems you have to go to the
sql server and spend hours building the code to create the command
objects, connections etc, and adding all the parameter definitions.

Is there an easy way?
 
Ian,

The connection is now as part of a dataset in the Items not any more in the
toolbox.

I hope this helps,

Cor
 
Hi,

From data menu select add new data source. In the wizard select
database -> create connection to database -> select your stored procedure.
On the right there should be a data source window drag the stored procdure
on to the form. All the controls should be added for you.

Ken
 

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

Back
Top