3
Answers

Really really basic C# and SQL solution

Photo of Dan

Dan

13y
1.2k
1
Hi,

I need to develop simple c#, desktop-based software that will execute simple queries on a local SQL database. Another 2 computers in the office must also be able to use this software (where the software will then access the same SQL database on the first computer).

QUESTIONS:

- What software can I use to host the SQL database?
- Is distributing the software over the network going to be a big issue? Is it fairly simple to install on each computer and get it to access the database remotely on two out of the 3 computers?

Thanks a lot in advance, I appreciate any feedback on this problem,

Dan

Answers (3)

1
Photo of Manav Pandya
NA 7.1k 24.1k 7y
Hello hemal
 
After observing you error i would suggest :
 
- Check connection string 
- Check version of sql server you are using , and download add-in for the same
 
Still if u need more help , go to :
 
https://www.mssqltips.com/sqlservertip/2694/getting-started-with-sql-server-2012-express-localdb/
 
Thanks 
 
 
Accepted