Conection SQlserver with C#

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
 
A

Arne Vajhøj

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
 
R

RayLopez99

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
 

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

Top