| Thread | Last Post | Replies |
|
| Generate SQL Server Mobile Database | 09 Jan 2007 23:04 GMT | 4 |
I have a solution to develop that I don't have a clue to resolve it. I will have a central database in SQLServer 2005 and several equipments with SQL Server Mobile that I need to create with information stored in the central system.
|
| Possibility to control primary key index name? | 07 Jan 2007 16:28 GMT | 2 |
Is there any possibility to control the name of the primary key index when I create a new table in SQL Server 2005 Compact Edition? Or can I change the name of this automatically generated index later on? If I create a table as follows
|
| Replication Problem | 07 Jan 2007 14:39 GMT | 3 |
I am using vs.net 2003 with sql ce 2.0 and sql server 2000 sp2. I am using replication of sql ce name SqlCeReplication. i am constantly getting a error : A request to send data to the computer running IIS has failed. For more
|
| SQL Mobile 2005 Row size | 07 Jan 2007 12:18 GMT | 1 |
Is there a 4k limit on the size of a row? If I create a table with columns of type nchar their total length must be less than 4k. However, I can add a column of type ntext when I could not add another nchar and I can add records to the table with text in the ntext col.
|
| can't find PInvoke dll sqlceme30.dll | 07 Jan 2007 12:14 GMT | 2 |
i am using vs.net 2005 i have add the reference of sqlserverce in the project. When i create a database on the device it gives me exception "can't find PInvoke dll sqlceme30.dll". My code is : Public Sub createDB()
|
| Seeking by index of nvarchar field does not works | 01 Jan 2007 23:49 GMT | 3 |
I have simple SQL Mobile database with one table. This table contains indexed field of type nvarchar(18). I write the following program: SqlCeConnection conn = new SqlCeConnection(strconn); conn.Open();
|
| Deploying SQL CE? | 01 Jan 2007 23:29 GMT | 2 |
I've been looking over SQL Server 2005 CE (RC1) for use in single-user desktop applications. It looks like a good replacement for the Jet database engine, except for one thing--how do I deploy it with my application? I can't find any merge modules that install the SQL2005 CE ...
|