sql server ce - Is SQL CE multi user? -


i read several documents conflicting view: post says cannot use in multi user environment: http://www.pluralsight-training.net/community/blogs/jimw/archive/2007/02/18/46141.aspx

wikipedia says: sql ce runtime mediates concurrent multi-user access .sdf file.

which 1 correct?

my scenario follow: want write database application in wpf , use linq sql. have ms access database data in should imported sql ce database.

i don't mind use access database (mdb) database engine, far know linq sql doesn't work access database (am right?) decided use sql ce

it possible 2 or more user opens application on network , work it. need way make sure if 2 or more user opens database , write (different records) doesn't crashes. best option scenario?

sql server compact supports multiple connections, same os session, not on network. service , desktop app , web app running on same machine can access database @ same time.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -