| Thread | Last Post | Replies |
|
| Does sqlce 3.0 surport the wince 4.2? | 31 Oct 2007 19:38 GMT | 5 |
I develop my app on the wince 4.2 and sqlce 2.0 using evc 4.0. When I found the size of the db files cannot shrink automaticlly I searched for help through this group and I got the answer was the size of db files with sqlce 2.0 does not increase after any deleting of rows. Now
|
| Memory requirements for SqlCeResulstset? | 31 Oct 2007 00:01 GMT | 1 |
I remember seeing the memory (RAM) requirements for various data objects, but I can't seem to find it. Does anyone know the memory requirements for each SqlCeResultset object created? I may need to have several of them open throughout
|
| What is best SQLCeConnection strategy? | 30 Oct 2007 18:53 GMT | 2 |
I would like to know what's better in C# compact framework programming To declare a SQLCeConnection variable as a Static member of a Class containing functions to MakeConnection and CloseConnection, or should I just declare it as a Public
|
| Problem SqlCe 30 | 29 Oct 2007 21:59 GMT | 1 |
i've full installation Sql Express 2005, now i want installa SqlCe30, i use Sqlce30setupen.msi but give me an error: You must firt install the Replication Components for SQL Server 200 Sp 3a or higher or the SQL Server 2005 Replication Components.
|
| Big Database 55884 KB | 25 Oct 2007 19:06 GMT | 3 |
With SQLServer CE 2.0 I have a big DB with a size of 55885 KB. The size after a compact was 6388 KB. There is a way to know why the DB grow like this ?
|
| SQL Server Mobile and SQL Scripts. | 22 Oct 2007 12:37 GMT | 4 |
I have an application written in another language (CASL) on a Windows Mobile platform and I want to convert the databases to SQL Mobile so that I can create a version of my app for Smartphones. The databases for the CASL app use a single table that has 17 columns and anywhere ...
|
| Future of Ntext | 21 Oct 2007 15:34 GMT | 2 |
I read that ntext should not be used in new SQL 2005 applications, what is the future of ntext in the compact edition ? casey
|
| SQL CE Synchronization | 21 Oct 2007 11:52 GMT | 1 |
Hi, Does anyone have any resource suggestions for quickly getting up to speed with synchronizing a SQL CE 2.0 table with a SQL Server 2005 table using USB/ActiveSync from a PocketPC 2002 device? Can this be done with USB if the user logged into the workstation has access to
|
| Classes for SQLServer Native OleDB in CE? | 17 Oct 2007 21:56 GMT | 2 |
Are there any 3rd party class libraries that wrap the Native OleDB calls (like those in the NorthwindOleDb sample) for SqlServer into Connection and Recordset classes? We have a lot of existing C++ code using the standard high level
|
| ?? Is There a SqlCeConnectionStringBuilder ?? | 17 Oct 2007 01:54 GMT | 2 |
It seems there is no SqlCeConnectionStringBuilder class. Does anyone know why?
 Signature Tom Baxter
|
| access connection | 16 Oct 2007 22:56 GMT | 4 |
how can I connect a database access to sql server ce on the same desktop thank you
|
| Is it just me or are there BIG problems with SQLCE 3.0? | 16 Oct 2007 15:11 GMT | 17 |
I wrote a very simple C# console application which was designed to give us a rough idea on the performance and reliability of SQLCE (the source code without metrics has been posted to this group recently). What I've found is that there are major performance and reliability
|
| ?? SMSE Does Not Support CE 3.5 ?? | 16 Oct 2007 11:11 GMT | 1 |
I have SQL Server Management Studio Express, SP2 edition. I'm able to create a CE database but it seems it is a CE v3.1 DB, not 3.5. Does SMSE support v3.5? Here is the information I retrieved from the SMSE Help | About:
|
| Connection String and choosing correct version | 13 Oct 2007 20:06 GMT | 2 |
Hi to all! I´m developing with .NET 2.0 Compact Edition 1 year, and some of the developed application are using the SQL-Server-Mobile/SQL-Server-CE. But from a while I have some questions, which I can´t answer myself.
|
| How to create an SQL database from an XML schema? | 11 Oct 2007 16:29 GMT | 1 |
I've searched through this and other SQLCE newsgroups, and it would appear that whenever this question is asked, it is deflected or left unanswered. I'll try again: Is there any way to create SQLCE database tables from an XML schema
|