| Thread | Last Post | Replies |
|
| code sharing for sql2k and sql-ce | 17 Dec 2004 18:50 GMT | 7 |
I am writing a code which should run on Sql server and sql-ce, I do not want to write anything twice, what are the best practices and what are gotchas, i should take care of, any url will be perfect (i could not find anything in google)
|
| Prevent cursor flicker in custom textbox | 17 Dec 2004 08:36 GMT | 1 |
If I override the OnKeyDown event and insert a case where a hyphen (minus sign) is inserted in the textbox if 'n' is pressed, the cursor jumps from the current position to the beginning of the textbox, writes the hyphen and then back to the original position:
|
| self-made synchronization | 16 Dec 2004 17:21 GMT | 2 |
Let's assume that I want to write my own db synchronization mechanism. Of course I will have to have some metod of tracking changes is tables' rows, so that my synchronization knows which records was updated,deleted or inserted. I could use an extra column for that
|
| "sort sequence is not valid" while creating db | 16 Dec 2004 10:24 GMT | 4 |
I'm trying to create a database with Polish locales support. I'm doing it in standrad, following way: SqlCeEngine engine = new SqlCeEngine(); engine.LocalConnectionString = "Data Source = db.sdf ; Password =
|
| Size of sdf file | 15 Dec 2004 11:14 GMT | 1 |
I have a Pocket PC application that uses sdf files for data store. We have a refresh utility which just deleted rows and adds rows. It need not add new rows though. It just deletes all rows of the table and adds rows which is pulled from SQL
|
| SQL CE Merge Error | 15 Dec 2004 09:19 GMT | 4 |
Hi, I am using the merge replication between a SQL2K Server and 250 Pocket PCs. Sometime I get this error "The process could not enumerate changes at the 'Subscriber'" and the merge fails. Someone can help me?
|
| Access to SQL Server via Trusted Connection | 15 Dec 2004 03:28 GMT | 1 |
Hello fellow sufferers, I have to use a Trusted Connection - there is pity not possibility to use a normal SQL-Server-Authentication - to connect my WinCE-Application to the very needed SQL-Server.
|
| New Development Project | 15 Dec 2004 01:33 GMT | 3 |
I'm starting a new project that is targeting older Pocket PC devices - 2K and 2002. I will likely be using eVC 4.0 as the development environment. I have looked at the samples that come with SQL CE 2.0 and I don't like the coding that is necessary to hit the local data store. ...
|
| Run SQL Mobile 2005 on PC | 14 Dec 2004 23:57 GMT | 3 |
Could someone tell me if Microsoft will provide an OLEDB library for SQL mobile 2005 on desktop, so that I can access a SQL mobile database file copied to the desktop with C++?
|
| Can you tell me if the SQL Server Ce 3.0 is available ? | 14 Dec 2004 23:54 GMT | 4 |
Can you tell me if the SQL Server Ce 3.0 is available ? Thanks Marc
|
| Encryption , Passwords and Insertion | 14 Dec 2004 23:52 GMT | 1 |
I have a password protected , encrpted SQL Server CE database. Does the length/complexity of the password have any bearing on the performance of inserts on the database. I am inserting a total of 9000 records into several tables.
|
| Problems with replication | 14 Dec 2004 23:49 GMT | 1 |
I've got a really weird problem here.. I've got 3 Tables.. Let's call them a, b, and c. C is the main table from which we replicate posts. A sets WHAT posts kan be replicated from table C.
|
| Merge and replication only created systems tables! | 14 Dec 2004 03:12 GMT | 1 |
Hello to all, After following and article from the msdn for merge and replication (http://msdn.microsoft.com/msdnmag/issues/01/06/sqlce/) with my small test database, the code runs fine with no error or exceptions, but all it created
|
| UI guidlines and Full Screen Dialog Boxes | 10 Dec 2004 04:54 GMT | 1 |
PPC 2003 / Compact Framework While reading some programming guidlines for Pocket PC, I came across an article that stated that all "dialog boxes" (I presume this would include "message boxes") should be full screen (http://tinyurl.com/4rdao).
|
| Replication tables not received | 09 Dec 2004 23:23 GMT | 3 |
I have finally figured out all the steps to get the connection and replication for the SQL CE, but all the tables do not get over to the device. I can see all the tables in the IIS folder after the agent has replicated, but when I get to the device all that are there are the ...
|