Windows Develop Bookmark and Share   
 index > Windows Forms General > Share Windows Application Over Network
 

Share Windows Application Over Network

Hi all,

I have an windows application created in .Net 3.5 SP 1 and has backend database created in SQL Server 2008 Compact Edition.
Till now everything works fins. But I am suppose to install the same application across network with single database instance. It started giving me error : Database path (D:\Foldername\) cannot read. I don't know the reason why? I have used Application.StartupPath (I have googled on this, but the err seems to be same.) I have feww queries
I am new to Compact Edition

a) Can I share application, that has SQL Server CE database across network?
b) How to share same windows application on PC accross the network?
c) How to use CASPOL in .Net 3.5 SP 1?

Please Suggest me as soon as possible.
Any help would be appreciated.

Regards

Asif....
Asifchouhan  Wednesday, September 23, 2009 10:10 AM

Hi Asif,

You're more likely to get a reply if you don't post the same question multiple times :-)

SQL CE is designed for local single user access. If you're planning on sharing the application/database across the network for simultaneous access by multiple users, then you're going to run into issues. For a multi-user scenario you'd need to upgrade to SQL Express and have that running on the server.

-Dan

  • Marked As Answer byAsifchouhan Wednesday, September 23, 2009 11:42 AM
  •  
Daniel Smith  Wednesday, September 23, 2009 11:26 AM

Hi Asif,

You're more likely to get a reply if you don't post the same question multiple times :-)

SQL CE is designed for local single user access. If you're planning on sharing the application/database across the network for simultaneous access by multiple users, then you're going to run into issues. For a multi-user scenario you'd need to upgrade to SQL Express and have that running on the server.

-Dan

  • Marked As Answer byAsifchouhan Wednesday, September 23, 2009 11:42 AM
  •  
Daniel Smith  Wednesday, September 23, 2009 11:26 AM

You can use google to search for other answers

Custom Search

More Threads

• Menu Merge Bug?
• Interactive Graph
• Using Progress bar.
• Please Please Help..User Control events
• Reg-Generics in visual studio .net 2005
• posting code
• VFPOLEDB.1 PROVIDER???
• remove textbox lines that contain certain string
• Such a dumb question I am ashamed to ask
• Using class File in Windows for the User control