| Thread | Last Post | Replies |
|
| characteristics MS sql mobile | 05 May 2006 07:17 GMT | 2 |
I have some question about MS mobile: 1)what is the footprint on the device? I thought 2 a 3 MB 2)architecture? Is it file based? client - server?... 3)ease of deployment with new application? embeddable?
|
| architecture | 04 May 2006 18:00 GMT | 1 |
Hello I dunno if this is the good place to ask. I'm looking for the following information about ms mobile: footprint on device? architecture on the device? file based, client server
|
| Copy Database to another Database | 04 May 2006 16:53 GMT | 5 |
Hi, How do i copy all the contents of a database to another existing database in C#? Will it also work in SQLITE? THank you so much~! any idea would be appreciated and sample code would be very very much appreciated. Thank you in advance!
|
| Views supported? | 04 May 2006 13:12 GMT | 1 |
does the views supported on SQLServerCE? Thanks in advance
|
| Synchronisation Connection - Proxy Blues | 03 May 2006 22:55 GMT | 2 |
I am trying to synchronise over a telco layer. I can access the correct phone book entry and get dialled up. What I can't do is to access the proxy server settings on the device to allow me to authenticate against the proxy server.
|
| SQL Server Mobile OLEDB flushing problem | 03 May 2006 13:41 GMT | 6 |
Is there anyone out there who still does native programming of the SQL CE databases? I recently began transforming a C++ OLEDB app from SQL Server CE 2.0 to SQL Server Mobile. Everything worked fine, no errors, Command- and
|
| Reference to an empty table doesn't return any rows | 03 May 2006 10:13 GMT | 2 |
I have two tables, a and b (see example below). a references b but the reference is allowed to be NULL. When I issue a select command (see the first SELECT below) and the b table is empty, no rows are returned altough there should be. As soon as I have at least one row in table b ...
|
| Samples of security communication for merge replication? | 03 May 2006 05:41 GMT | 1 |
Is any samples [VB.Net] or technical articles of security communication for merge replication available? Such as certificate? TKS, Luke
|
| SQL Everywhere and Heterogenous Query or ISAM | 03 May 2006 05:39 GMT | 1 |
On the desktop - collaboration with ISAM drivers will be supported.? For example in JET OLEDB 4.0 you can use this query: SELECT * INTO [Excel 8.0;Database=c:\Test.xls].[Sheet1] FROM [Table1] or You can work with dBase, Paradox, Html and other types of data.
|
| GPRS re-connect - Repl.Synchronize fails first time | 02 May 2006 20:55 GMT | 3 |
I am experiencing a strange problem with my application: SQLCE replication works fine with initial GPRS connection, but if the connection is dropped and then reestablished (either manually or programatically), the next time the application tries to synchronize it
|
| Read only column error in SQL Mobile | 02 May 2006 08:00 GMT | 2 |
Hi group, SQL Mobile is throwing me a very strange SqlException I've never seen before. It is thrown when calling SqlCeCommand.Prepare() after having set all parameters the
|
| Insert multiple lines | 02 May 2006 07:16 GMT | 3 |
I'm trying to insert multiple lines in one INSERT query. "insert into users(userID,userName) select '0010','c' union select '0011','b'"; and it worked
|
| Initial Sync - PDA to SQL Server over Internet | 01 May 2006 13:50 GMT | 2 |
Newbie Question: I've tried to follow the sample code in the SQL Server Mobile SDK help screens for performing an initial synchronization against a SQL Server 2005 publication via the Internet. I am fairly sure that I've run all of the
|
| SQL Server Everywhere - on desktop | 01 May 2006 12:14 GMT | 3 |
SQL Server Everywhere desktop capability question 1: ADO OLDE DB (not ADO.NET) providers will be furnished too ? St. like : "Provider=Microsoft.Jet.OLEDB.4.0" or "Provider=MSDAOSP". In other words developer products (VB6 / VS6, Delphi for Win32 & co.)
|