DanielaTm
March 16th, 2006, 02:54 AM
Hi,
I worked before in Visual Studio 2003, and I used strongly typed dataset to work with database. To use the connection string I set before in app.config, I have had an sqlConnection object , and every adaptor connected to them.
I just started to work with VS 2005 , and I can't see an sqlConnection object !!! What can I do to 'give' to every adaptor the same connection and keep it in app.config. What is the most appropriate way to deal with the 'database', to obtain at least the same advantages like in 2003?
Thanks a lot
I worked before in Visual Studio 2003, and I used strongly typed dataset to work with database. To use the connection string I set before in app.config, I have had an sqlConnection object , and every adaptor connected to them.
I just started to work with VS 2005 , and I can't see an sqlConnection object !!! What can I do to 'give' to every adaptor the same connection and keep it in app.config. What is the most appropriate way to deal with the 'database', to obtain at least the same advantages like in 2003?
Thanks a lot