c# - Use SQL Server CE 4.0 multiuser and different processes -


i searched www , found different answers. read articles sql server ce 4.0 , multiuser ability. can not use different processes or on different machines @ same time. unfortunately, used sql server ce , need exact feature. there way it? or way use sql server express edition or file base db sqlite avoid complete code change?

update: yes, users need read , write!

thanks suggestions!

tro

use sql server express (or other edition), not filebased database scenario.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -