| Thread | Last Post | Replies |
|
| Connection problem in windows mobile 5 | 28 Apr 2006 15:52 GMT | 1 |
My application runs very well in a device with windows mobile 2003 SE. In this application the sql ce database (.sdf) is used. But when I try to run the same application on Windows Mobile 5 based device (ETEN G500), a error occured when trying to establishing
|
| How to return the records from No.n to No.n+5 | 27 Apr 2006 19:40 GMT | 1 |
Because of the limit of the CPU speed and memory space,the select operation cannot return too many records. So I want to return the part of the result. i.e,
|
| How to import the other format DB recordset to SDF DB | 26 Apr 2006 18:31 GMT | 6 |
Hello ,Everyone: I want create a SDF DB file and the source data is in SQL server 2000 or Access. How to import them to SQL CE?
|
| Connect from Desktop to PDA SQL CE Database | 26 Apr 2006 17:15 GMT | 1 |
i have a problem in using the new .Net Visual Studio 2005. The following problem I'm writing about wokred just fine in the Beta of 2005. I'm trying to connect from a desktop application to a SQL CE Mobile .sdf. Whenever I'm trying to setup to the mobile device (also on the desktop) ...
|
| problem of get Values from SQLCE database with OLE DB | 26 Apr 2006 01:45 GMT | 2 |
Hi , because of my poor English , I just describle the problem that i have I have written a class for operating the SQLCE database with OLE DB, it work perfect on
|
| What was changed in SQLCE? | 25 Apr 2006 10:12 GMT | 4 |
Is there a way to simulate triggers in SQLCE? I am doing a custom-made replication to avoid users the need for SQL Server. Is there a way to log what rows are changed/deleted/inserted? Evan
|
| Update Query | 24 Apr 2006 08:49 GMT | 1 |
when I try to run the following update query in query analyzer, I got an error at FROM, UPDATE a SET a.name = b.name, a.age = b.age FROM a, b WHERE a.id = b.id Do anyone know if SQL Server CE 2.0 support this kind of update query?
|
| Port application from AdoCe to SqlServer Ce | 23 Apr 2006 06:36 GMT | 1 |
I have to investigate how hard it would be to port our in-house application from Windows Ce 3.0 to 4.2. It seems straightforward except for the database access. The application is using Adoce 3.1 to access a Pocket Access database. I
|
| How to load the database file (*.sdf) if it is part of a library? | 21 Apr 2006 18:19 GMT | 3 |
Hi I am very new to .NET development and developing a pocketPC application in Visual Studio 2005 with the .NET compact framework and SQL server mobile. I am having trouble in loading the mobile database file onto the emulator (in a
|
| "Not enough memeory to complete this operation" | 21 Apr 2006 13:21 GMT | 3 |
I have an application in VS2005 with Sql Mobile 3.0 and i receive the following meage when i try to execute a sql query: "Not enough memeory to complete this operation". Can anyone give me a hint how to resolve the problme. The application uses a connection open at start and ...
|
| Check Constraint | 21 Apr 2006 08:13 GMT | 2 |
Does anyone know if exists the constraint 'check' in sqlserverce? I couldn´t find! Thanks!! Wellington Sampaio Martins
|
| Add or remove Click capture | 20 Apr 2006 06:21 GMT | 2 |
I would like to know whether we can capture the click event of the add or remove program's Remove buttons click in a PPC? Again, if we can do this can we call an executable file at this click? Expecting a help sooner!
|
| The lowest speed CPU of operating 30k records? | 19 Apr 2006 14:39 GMT | 1 |
Hi,All: I use SQL CE2.0,and there are 30,000 records. I want to know which type CPU can support the operation to so many records. I use SAMSUNG 2440 MCU now ,could its speed support the operation?
|
| SQL Mobile Replication to SQL Server with IIS | 19 Apr 2006 14:29 GMT | 1 |
Hi all! Having a major quandry and looking for some support. Please help. Here's the goal: * PocketPC device gathers various data and needs to merge with
|
| How to edit the sdf file using .NET CF | 19 Apr 2006 08:45 GMT | 2 |
Hi,All: I've installed sql ce 2.0,and My Application is compiled using .NET CF . How does it operate the SDF file. Would you show me a Demo or SuperLink.
|