Link to home
Start Free TrialLog in
Avatar of Steve7423
Steve7423Flag for Canada

asked on

SQL connection object in 2005

I've been using 2003 for a while and have recently upgraded to 2005.  I can't seem to fine the sqlconnection object in the tool box, where is it??

Avatar of aaronfeng
aaronfeng

The way to do it in VS 2005 is to add a new data source in the Data menu.  It will ask you for your connection string and other info in the wizard.  For more info: http://www.ftponline.com/vsm/2005_12/magazine/features/rjennings/


Cheers,

Aaron
http://aaronfeng.blogspot.com
Avatar of Steve7423

ASKER

ok. so the way I see it is that data controls are created via wizards rather than from objects in the tool box like in 2003.

could you show me the way in which you would use this data object and some code to access the data.

Also, how is this done in code??  without the use of the wizard.
ASKER CERTIFIED SOLUTION
Avatar of aaronfeng
aaronfeng

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial