08-10-2006, 12:00 AM
|
Executive Editor, Android Thoughts
Join Date: Aug 2006
Posts: 3,233
|
|
SQL Server Everywhere Edition: It's Coming!
"Microsoft recently announced that it will be evolving the SQL Mobile product into a product named SQL Server Everywhere Edition. SQL Mobile is currently a database that you can use on "mobile" devices, which include Tablet PCs, Pocket PCs, and Smartphones. SQL Mobile differs from SQL Server in that with SQL Mobile, there is no "server" running as a background process. The engine for SQL Mobile consists of a handful of DLLs that you reference from your application. When you want to connect to a database, you just put the path to the database file in your connection string. In fact, working with SQL Mobile feels a lot like working with an Access/Jet database. The limitation for SQL Mobile, today, is that it will only run on "mobile" devices. In other words, you can't deploy an application that uses SQL Mobile to desktops or laptops."
SQL Server Everywhere edition looks poised to sweep down on third-party lightweight database products. With the availability of a MS solution to replace third-party, anyone seeing this product in the future for their development toolbox?
__________________
Dr. Jon Westfall, MCSE, MS-MVP
Executive Editor - Android Thoughts
News Editor - Windows Phone Thoughts
|
|
|
|
|
08-11-2006, 03:29 AM
|
Intellectual
Join Date: Jul 2003
Posts: 179
|
|
Re: SQL Server Everywhere Edition: It's Coming!
Quote:
Originally Posted by Jon Westfall
SQL Server Everywhere edition looks poised to sweep down on third-party lightweight database products. With the availability of a MS solution to replace third-party, anyone seeing this product in the future for their development toolbox?
|
But with SQL Server CE, its predecessor, there was already an MS SQL product for mobile devices... so I don't think that this will be likely to make a difference to the third-party databases, any more than SSCE did.
That said, I am glad to see that they are continuing to develop SSCE or what they are calling it now. I hope that the changes are more than cosmetic.
|
|
|
|
|
08-11-2006, 08:24 AM
|
Pupil
Join Date: Apr 2002
Posts: 16
|
|
Synchronisation?
And what's the matter with desktop synchronisation like it's currently possible with PocketAccess?
__________________
T-Mobile MDA Vario IIHardware-Version: HT635 |*Model: HERM300 |*Rom-Version: 1.21.112.3*T-Mobile, German |*Radio-Version: 1.16.00.00
|
|
|
|
|
08-11-2006, 12:13 PM
|
Intellectual
Join Date: Jul 2003
Posts: 179
|
|
Re: Synchronisation?
Quote:
Originally Posted by mgartner
And what's the matter with desktop synchronisation like it's currently possible with PocketAccess?
|
PocketAccess is fine for individual use. The biggest difference that we found with using SSCE is that the smart sync of changes to a central database by multiple users is handled much better. You can have changes be propagated unidirectionally or bidirectionally. You can change the ability to modify the datatables depending on user access rights. All that kinda corporate big database stuff.
That might sound like overkill. For individual users wanting just to keep their own data tables sync'd, it is. But for those of using PDAs as a data collection tool across a broad group, the increased capability is very welcome.
|
|
|
|
|
|
|
|