| Thread | Last Post | Replies |
|
| 3.1 to 3.5 Upgrade | 30 Apr 2008 22:40 GMT | 1 |
Is it possible to upgrade a SQL CE 3.1 database to 3.5 in Windows CE 5.0? I see that SqlCeEngine has a method called Upgrade, but every time I call it it throws an exception with this error message: The specified module could not be found
|
| HELP: Baffled by bug (?) in SqlCeCommand: | 29 Apr 2008 16:38 GMT | 5 |
I am getting strange results running a SqlCeCommand (v3.1) in a .NET application. It is a select command, and the bug (?) depends on the first time the command is used to retrieve results.
|
| Performance problem in sql ce | 25 Apr 2008 17:13 GMT | 26 |
I am very disappointed with the sql queries performance in sql ce. In my some queries i have inner joins on 9 tables some tables have more then 150000 records. Db size is around 15 MB. If i run that query with particular where clause (ex RoomNo. = 100) then it gives result in 1 ...
|
| custom insert for databound datagridview | 24 Apr 2008 19:57 GMT | 13 |
I don't know if this is the right forum to post this in, but I will start here.... I am writing a desktop database application. I created a simple SQL CE database. I then created a new form and dragged the DataGridView control from
|
| SQLServerCE 3.1 and Vista Ultimate | 24 Apr 2008 14:41 GMT | 1 |
I've been struggling to get the prerequisites correct for some time now. What I have: I have Visual Studio 2005 Professional Express editions of VS do not suit my needs
|
| Secure your MSSQL server | 22 Apr 2008 12:23 GMT | 1 |
Hi Gurus, MSSQL servers are among the most commonly used servers. But we also know that MSSQL server security is a critical concern for most of the database administrators. This task will become handy with the help of
|
| Distributing SQL CE 3.5 | 21 Apr 2008 16:37 GMT | 2 |
Is there any MSM (Merge Module) files available to distribute the SQL CE 3.5. I have the MSI downloaded from MS downloads page, but I want to integrate the installation with my applications setup. As I need only the OLEDB features to populate the database on desktop, can I
|
| SQL Server CE on PPC, mdb on Desktop pc; how is it possible to exchange data ? | 18 Apr 2008 08:50 GMT | 2 |
I'm facing a problem about the interaction between desktop Pcs and palmtops that apparently is not documented. I have got a C# device application running on a PPC with Windows Mobile 5 and SQL Server 2005 CE. I would like to establish a connection with an
|
| SQL Compact 3.1 corrupt database with password | 17 Apr 2008 15:34 GMT | 3 |
I have a password secured 3.1 database that has been corrupted (don't know why). However, when I try to do a verify or repair I cannot access the database with the original password, I get the message that the password is incorrect.
|
| Insert during Select | 17 Apr 2008 14:19 GMT | 1 |
Can i insert a record in a table B during reading records in a table A (Sql Compact Edition 3.1)? Something like this: SqlCeConnection c=new SqlCeConnection("Data Source=\test.sdf");
|
| can't find pinvoke dll 'sqlceme30.dll' | 15 Apr 2008 09:31 GMT | 3 |
I am having trouble with SQL Server Compact Edition 3.1 on windows CE 5 on a PAXAR Monach Pathfinder Ultra 6039 device. After I have installed it and then try and do this : Dim CeEngine As SqlCeEngine
|
| Can't find pinvoke dll sqlceme35.dll on Windows CE 6.0 | 14 Apr 2008 21:21 GMT | 2 |
We are developing application based on NETCF 2.0 and SQL CE 3.5 for Windows CE 6.0 R2. Everything looks ok on development machine but when we ship the app to the real device it raises the error: "Can't find pinvoke dll sqlceme35.dll".
|
| EDB Max No. of Records in a Table | 08 Apr 2008 07:52 GMT | 1 |
Is the max number of records in a table(database in the CEDB/EDB world) 0xFFFF i.e. 65,535? I see in this in windbase.h. // Max number of records allowed in a single database.
|
| Alter Table | 07 Apr 2008 19:56 GMT | 2 |
I just upgraded my mobile DBs to 3.0 and CF 2.0 and am now having problems altering tables. If I run the sql form Query Analyzer 3.0 or from Microsoft SQL Server Management Studio the sqls run fine however, if I run it from within my application it never alters the table and ...
|
| table copy | 01 Apr 2008 15:41 GMT | 5 |
hai... Am using sql server ce2.0 in my target device.. and i would like to copy my database table to other database... by using the following query but it doesn't work..(following code embedded with evc++ &
|