Conection SQlserver with C#

  • Thread starter Thread starter Mariana Peirano
  • Start date Start date
M

Mariana Peirano

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
 
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

..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
 
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

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
 
Back
Top