Re: Does SQL Server Compact 3.1 support multi connection?
- From: "William Vaughn \(MVP\)" <billva@xxxxxxxxxxxxxxx>
- Date: Sun, 13 Jul 2008 19:11:33 -0700
As I discuss in my EBook, the SQLCe engine can support multiple connections, but only from the same user. This means the DBMS does not know how to share data between users. I suggest looking at a replication architecture or a DBMS engine like SQL Server (Express) that supports multiple users.
"jpkong" <jpkong@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:7CADE68E-D269-4230-B377-BAEC634C1F3B@xxxxxxxxxxxxxxxx
Hi.
I wonder whether SQL CE editions support multi connection(also multi user),
multi session in connection or not.
If that, how many connections or sessions are supported by it?
For my case, I need the connections from a Web Server and an application to
SQL CE.
And in the application, it need multiple sessions in a connection for
transaction from various parts of the application.
Anyone let me know it?
Thanks in advance.
jp
--
__________________________________________________________________________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker’s Guide to Visual Studio and SQL Server (7th Edition)
____________________________________________________________________________________________
.
- Follow-Ups:
- Prev by Date: SqlCE Debugging/Troubleshooting
- Next by Date: Re: Does SQL Server Compact 3.1 support multi connection?
- Previous by thread: SqlCE Debugging/Troubleshooting
- Next by thread: Re: Does SQL Server Compact 3.1 support multi connection?
- Index(es):
Relevant Pages
|