multiple connections to SQL mobile?

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

hello all,

does SQL Mobile have the ability to make multiple connections? in SQLCE
2. we did not have that functionality, I was just wondering if they
added it.


Jay
 
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
 
Back
Top