.NET Framework - Conection SQlserver with C#

Asked By Mariana Peirano on 20-Jul-12 12:59 PM
Hi Maria Alejandra thank you all the information you sent me.
I was able to operate the scanner with twain. Now I have problems and is
with connection to sql server database. I could focus.
Visit this site but I can not give www.connectionstrings.com with
solution, find out a lot not to do. I await your comments
Sincerely.
Mariana


Arne_Vajhøj replied to Mariana Peirano on 20-Jul-12 06:08 PM
.NET and SQLServer is rather well documented:

http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection.aspx

http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand

etc. in the .NET documentation.

There must be thousands maybe millions of examples on the net.

I can also post a few examples if needed.

Arne
RayLopez99 replied to Mariana Peirano on 22-Jul-12 11:18 PM
Use the wizard.  From inside of Visual Studio connect to your database and the Wizard will add code to your configuration file(s).  Works automagically, like a charm for me.

RL