| Thread | Last Post | Replies |
|
| SQL Server CE 2.0 with VS 2005 | 24 Mar 2006 01:05 GMT | 1 |
Is it possible to open a SQL Server CE 2.0 sdf in a .NETCF 2.0 project? How? I got an error that said the wrong version . I don't want to upgrade the db if possible. thanks
|
| SP Version? | 23 Mar 2006 23:50 GMT | 3 |
How can I kno that which Service Pack is installed in my PDA? Thanx Binoy
|
| Installation of SQL CE 2.0 on WM5.0 Device | 23 Mar 2006 23:27 GMT | 3 |
How can I quickly install SQL CE 2.0, on my PocketPC deveice, I'm wading through the pages and it's soooo confusing? All I wish to do, is work on a simple DB on my PPC, which will entail developing, querying the DB. The work to be carried out on my PPC, will not be from a managed ...
|
| Shrink not succesfull "sqlcecompact30.dll" not found | 22 Mar 2006 21:00 GMT | 10 |
With the following lines of .NET CF Code I start an Shrink in my application (before I close the Connection to the databse) oDB = new SqlCeEngine("Data Source = " + this.cPath); oDB.Shrink();
|
| DropSubscription Difficulties in SqlCe 2.0 | 22 Mar 2006 17:00 GMT | 2 |
I am trying to call the DropSubscription method of the SqlCe Replication object. It is throwing a 28546 error (The specified OLE DB for SQL Server CE connection string is not valid). The connection string is the same one that I use to "AddSubscription" and so I know it is valid ...
|
| Inserting a DATASET to DATABASE | 22 Mar 2006 13:12 GMT | 4 |
I am developing an application in WINCE. I get data from webservice. By using this DATASET , I was manupulating my application. I was using XML file, DS.WRITEXMLSCHEMA(),DS.WRITEXML() and DS.READXMLSCHEMA(),DS.READXML() . Now I am banging on PERFORMANCE
|
| Help with a SQL query please | 21 Mar 2006 21:17 GMT | 1 |
I realize for many this is not a difficult thing, however I am still learning and would like some assistance. I am trying to write a query which will search based on an unknown number of search fields. What I mean is that some of the fields may be known, and some may not, and I ...
|
| After RDA Pull, first insert/update to db crashes app | 21 Mar 2006 15:49 GMT | 6 |
After a RDA Pull, I am having a problem where my application crashes on the first update/insert to the local sql ce mobile database. If I don't do an RDA Pull, the application works fine. I am making sure to call Dispose on the SqlCeRemoteDataAccess object.
|
| numeric field names in SQL Server CE 2.0 | 21 Mar 2006 11:55 GMT | 1 |
Hi NG Perhaps a simple question? I convert a pocketaccess application to run on a SQL Server CE 2.0 I'd like to run a query on a table. One field of about 5 to 20 fields is
|
| Exchanging data between 2 SQL Server 2005 Mobile | 20 Mar 2006 23:05 GMT | 1 |
How could I "synchronize", or exchange data between 2 SQL server 2005 running on windows CE 5.0, communicating by tcp/ip. I can use .NET compact framework 2.0. Thanks
|
| Parenthesis in Update Query | 20 Mar 2006 15:27 GMT | 3 |
I want to use a calculation in an update query for SQL Server CE 2.0. It is a bit complex: UPDATE TableName SET ColumnName = (1-(1-ColumnName/100)*(1-5154/100))*100 WHERE IDColumn = 9238023
|
| Any one could give me some advises about which database to use? | 20 Mar 2006 14:37 GMT | 9 |
Hi everyone , I am new here,so please forgive me if my questions are so easy. I managed to write an application on Wince 4.2 (maybe WinCE 5.0)based device,and I want to save some GPS data in the device ,shall I use some database ,or I just need to save the GPS data in .txt ...
|
| Guid Update Errors | 18 Mar 2006 01:50 GMT | 3 |
I have setup a small database on my desktop utilizing SQL 2005 Developer. I have published it as a merge replication server. When published it added a GUID (rowguid) to track changes. I subscribed to the database on my WM 5.0 Pocket PC and then set up the
|
| Which File needed for Quey Analyzer in SQL Mobile 2005 | 16 Mar 2006 18:24 GMT | 4 |
which Cab file do I need to install on PockerPC to get the Query Analyzer working ?
|
| "The URL cannot be found" on adding a merge replication subscription | 16 Mar 2006 01:47 GMT | 5 |
I'm just trying to set up my first SQL 2005 Mobile database which will syncronise with SQL on my server. I have followed the MS tutorial but have got stuck when it comes to adding the subscription to the mobile database.
|