0
Yes, you can use it in wifi. You dont need to have lan connection. But there are more chances of data loss. I have practically implemented it. Change your connection string to somthing like below,
- ADMIN-PC\SQLEXPRESS;MultipleActiveResultSets=true;Trusted_Connection=Yes;Connect Timeout=300;Initial Catalog=xxxxData;User ID=sa;Password=*****;Integrated Security=False;
You dont need to have any server operating system.
Accepted 0
If you want to publish your application.. I suggest, dont use localDB
0
Do i need to change some settings on my program like in app.config? because your connection is sqlexpress. Mine is localDB