Group: StrataFrame Users
Posts: 430,
Visits: 507
|
Hi Edhy
SimpleApps that use LocalDB simply open a file. Once a file is opened, you get SQL Server functionality when working with that file, including things like ACID transaction support. The app that opens the file has exclusive use. It’s not intended for multi-user scenarios or to be used as a server. (If you need that, you should install SQL Server Express.)
This is the bit that concerned me (its not intended for Multi-user scenarios). As most of our users would be MUlti-User (even though on some there might just be two) , if this is the case, I thik its goingto be a Non Starter
|