| Thread | Last Post | Replies |
|
| Export data from SQL Server 2000 into SQL Server CE | 22 Feb 2005 14:32 GMT | 7 |
I am developing PPC application using SQL Server 2000 and SQL Server CE 2.0. I succeeded in getting/pulling data from handheld/sql server ce into sql server 2000 using RDA. Since all process above done on handheld application, is there any way to
|
| I obtain 'A call to SQL Server Reconciler' falied | 22 Feb 2005 05:25 GMT | 1 |
Hello everybody. Some times ago, I write this line of codes to merge my sql server 2000 database and sql server ce database on my pocket pc. Private Sub cmdSincro_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdSincro.Click
|
| Subquery problems | 21 Feb 2005 18:26 GMT | 1 |
I am having trouble with a SQL statement that follows I have 3 tables I a Master table (table2) & I want returned only the coresponding child rows in table1 where a field (table1.code) is MAX for each table2.patientid
|
| Exploring the DB | 21 Feb 2005 16:22 GMT | 1 |
I'm building an application that explore the content of a SQL Server CE database. I can get tables using SELECT * FROM INFORMATION_SCHEMA.TABLES and columns with SELECT * FROM INFORMATION_SCHEMA.Columns
|
| Synchronization between SQLCE 2.0 on PocketPC and SQL 2000 doesn't work - without errors returned | 21 Feb 2005 14:13 GMT | 1 |
We are implementing merge replication between a SQLCE 2.0 database on aPocketPC and a SQL 2000 database. The database model is pretty complicated, but synchronization seemed to work well. After a period of time synchronization stops to work fine. No error is returned,but no record
|
| Unable to download link for sqlce20sql2ksp3a.exe from Microsoft site | 20 Feb 2005 05:18 GMT | 2 |
Im not able to download sqlce sp3 from the link provided below: http://www.microsoft.com/sql/ce/downloads/sp3.asp. I tried 3-4 times but it downloads about 100-300 kb and then it fails suddenly. i'm able to download other links so i dont think any problem with proxy server
|
| total insertion time of all the records grows exponentially with | 19 Feb 2005 08:57 GMT | 6 |
I am programming PDT8100. The problem is that if I insert about 150 records (insides a loop) into SqlServerCe database, it takes approximately 57 seconds. But when I insert about 2000 records(insides a loop) it takes approximately 55 minutes to more than an hour. Hence the total ...
|
| adoce - source? | 18 Feb 2005 18:36 GMT | 7 |
This is a question to Microsoft. ADOCE almost works for the purposes we need (using C++) but has a couple of problems - notably the IDL seems slightly out of date. I know that ADOCE from C++ is not supported and generally CF is the
|
| Integrity Violation Merge Replication | 18 Feb 2005 16:37 GMT | 5 |
How can I trap an integrity violation before I perform merge replication on the device. I need a way to find out if a specific snapshot will throw sqlce error 28549. Finding this information from my publication on server before any
|
| Replication Problem | 18 Feb 2005 16:34 GMT | 2 |
Windows Mobile 2003 SE SQL CE 2000 SQL 2000 Visual Studio 2003
|
| How to access SqlServerCe database from desktop application or ... | 18 Feb 2005 10:48 GMT | 3 |
I want to access SqlServerCe database through my desktop C#.Net application, so that I can insert huge records very fast and then copy this database file to Pocket PC device. For inventory purpose, I have to insert 14,000 records in SqlServerCe
|
| testing RDA from my Windows XP PC | 18 Feb 2005 08:14 GMT | 2 |
Are there any pointers to sample code or walkthroughs for how I can remotely query an RDA service from my Windows XP PC, not from my mobile device. I just want to test some of the calls and queries, but have never developed with RDA. Everything I have seen is code written for ...
|
| SQL CE and Pocket builder 2.0 | 18 Feb 2005 03:43 GMT | 1 |
I'd like to work with SQL CE 2.0, but I don?t work with VStudio.Net, I use instead Pocket Builder 2.0, is it compatible with it?. How can I use it? Thanks in advance!
|
| how to set different LCID?? | 17 Feb 2005 22:01 GMT | 5 |
Hi, initially when i started programming my application in VS.net 2003 i created a Database with default values, the i made it grow and now it is my "real" database. I want to change its LCID and set Encription ON and want to know how to do that. I found in SQL SERVER CE Online ...
|
| Obtain Subscription Name | 17 Feb 2005 16:05 GMT | 2 |
Is it possible to get the subscriber name from an existing CE database with a prevously made subscription? Thanks Roman
|