I have programmed (VS2010 SP1, C#) an application which uses a Microsoft SQL Server Compact 3.5 Database to store data, now I want to access those data from LAN. Any Help?? (Please Include All Steps In Your Answer Please)
I have programmed (VS2010 SP1, C#) an application which uses a Microsoft SQL Server
Share
You cannot connect to a SQL Server Compact database over a LAN, it is a singel user, in-process database enigine – use SQL Server (Express) instead.