| Thread | Last Post | Replies |
|
| Compcat edtion RC1 | 17 Nov 2006 17:36 GMT | 1 |
Do I understand it correctly when I say that the Compact Edtion RC1 only runs on the Desktop and Tablet? If yes. In the final version will we be able to run it on Windows CE as well?
|
| Need Help in Restoring the deleted data | 17 Nov 2006 13:12 GMT | 1 |
I am working in the SQL Server 2000 and Share Point Portal Server; we are maintaining the SQL Backup for all the sites, one of the users has deleted accidentally a document library from a particular site. Can you please help me in restoring the particular document
|
| OLE DB (ADO) error messages | 14 Nov 2006 20:32 GMT | 3 |
I have problem with traping errors. All errors reports only this constant message box: "Errors occured.[,,,,,]" I use SSCE with Delphi and ADO (Connection, recordset and other objects).
|
| Detail question on licensing | 14 Nov 2006 12:18 GMT | 3 |
I found this site about licensing questions: http://www.microsoft.com/sql/editions/sqlmobile/howtobuy.mspx but I've got one additional question. If a user has an Desktop Application which gets sometimes data from a
|
| ntext on SQL mobile | 14 Nov 2006 08:43 GMT | 1 |
Man, I can not find these answeres anywhere. I was reading in the SQL mobile document that ntext is available to use on Sql Mobile. it states the following. ntext
|
| Performance SQL Server Mobile with WM 5.0 CF2.0 | 13 Nov 2006 17:33 GMT | 9 |
an SQL-Select on a SQL Server Mobile Databse (Select t1.* from Table t1) takes about 4 seconds (50 Rows) !!! I tried using the SqlCeDataAdapter and SqlCeResultSet. But same performance problems.
|
| Why don't subqueries work | 13 Nov 2006 07:58 GMT | 1 |
Doesnt sqlCE support subqueries as in: SELECT test. foo FROM (SELECT '123' AS foo) test Is there a workaround for this? TIA
|
| Any good books for SQL CE 3.0 | 10 Nov 2006 05:53 GMT | 1 |
does anyone know of any good books about SQL server CE 3.0 for developers? I was looking on-line for books and really only came across SQL server 2005 books with a small section on SQL CE 3.0.. Jay
|
| SQL Server 2005 Compact Edition vs SQL Server 2005 Mobile Edition | 09 Nov 2006 20:46 GMT | 1 |
Just noticed that MS has released SQL Server 2005 Compact Edition. As I understand it this will replace SQL Server 2005 Mobile Edition. I want to know what are the diffences between the two. What I've picked up CE will be able to run both on PDA and PC. But are there any other ...
|
| Identiy retrieval within SqlCeTransaction | 09 Nov 2006 10:13 GMT | 6 |
Is it possible to retrieve the identity value of a newly inserted row using SELECT @@IDENTITY when you are executing within a transaction? Sample code overview: sqlCmd1.CommandText = "INSERT INTO T1 VALUES..."
|
| Sql mobile and data back up | 08 Nov 2006 21:49 GMT | 1 |
I am about to start a project that would require me to backup data that is stored in sql mobile. it is currently scheduled to work on a Win CE 5 device as well as a few windows mobile devices. do you have any suggestions on how to backup this DB assuming we have
|
| Clarify please | 08 Nov 2006 00:38 GMT | 2 |
My boss happily announced he was grabbing the SQL Server Compact Edition bits RC1 just released and he's calling it SQLServer CE. I told him SQL Server CE has been out for years and he says it's the "desktop" bits.....i suppose meaning the old SQL Server Everywhere stuff.
|
| CTP Download | 06 Nov 2006 20:18 GMT | 1 |
The links to download the CTP are not working any more after the change of name. Do you know if it is possible to download from somewhere? Or event better any news about when a new CTP with the new name will be available? Thanks in advance for your answers.
|
| SQL Everywhere deployment | 03 Nov 2006 13:23 GMT | 10 |
A general question about the upcoming release of SQL Everywhere and deployment. I understand the desktop restriction has been lifted, so I have been looking at this as a good choice for production/shrink wrap apps. However, I also noticed that when we deploy the CTP at the moment, ...
|
| Manipulating Session timeout | 02 Nov 2006 19:08 GMT | 3 |
We are using a session object for Database transactions and the session is getting terminated after some time(before the end of the transaction), which is leading to inconsistency in data. Could you please let me know whether there is a way to change the default
|