reading from the website it states.
Developer Productivity
New and improved programmability features in SQL Server Mobile enables
developers to build mobile applications more quickly and easily. These
features include the following:
· Multiuser support. To support multiple applications accessing the
same database at the same time, SQL Server Mobile provides:
· Multiuser synchronization that enables multiple users to
synchronize data while using the same application so the database does
not have to be disconnected before they use merge replication or Remote
Data Access (RDA).
· Row-level locking to help ensure a high level of concurrency when
multiple users are accessing the same data pages at the same time
I am assuming a single application can have multiple connections also?
regards,
Jay