| Thread | Last Post | Replies |
|
| Backing up SQL Server Mobile Database | 15 Jun 2007 00:37 GMT | 1 |
Is there any way to take a backup of SQL Server 2005 Mobile Database (.sdf) in a folder of Handheld device. I tried using BACKUP Database 'database.sdf' TO '\Storage Card\DB', but it doest work.
|
| string value for year "1912" gets converted into "2012" | 14 Jun 2007 01:16 GMT | 1 |
I am trying to enter a datetime value from a string value. The string value that I convert into a datetime value is "1/1/1912". The year value in this particular case is "1912". When the app is executed, I notice that in
|
| TableDirect index order | 13 Jun 2007 23:05 GMT | 2 |
I've been converting my mobile application to use TableDirect due to speed gains. However, I ran into an issue where I sometimes need to display the data (using a DataGrid) in reverse order of a given index. While I think I already know that it's not possible without
|
| SQL Compact Edition - connection and multi-trheading | 13 Jun 2007 17:27 GMT | 3 |
This question relates to another one I posted. However it derives from the original post and found better to start a new one. I'm writting a library application that will be used internally within our company (dB is used in RO mode). I already expect it to be used by
|
| Help: SQL2005 Compact Ed: How to limit SELECT # rows returned? | 13 Jun 2007 17:25 GMT | 1 |
Working with SQLCE Compact Edition. I can't seem to find anything in the SQL grammar to limit the result set size from a SELECT statement, like 'SELECT TOP 25 * etc) What is the best way to do this? (I'm guessing it has to do with using a
|
| 80004005 error | 12 Jun 2007 14:41 GMT | 3 |
A have a C# application who uses a SQL Server Mobile database (on the storage card) on a ppc 2003 device. A have no problem I deploy this application on a Windows mobile 2005. After a few tests, I have the following error code : 80004005.
|
| count(*) error | 08 Jun 2007 21:02 GMT | 4 |
Hello I have a mobile application on Visual Studio .Net 2005. I need to make a select count(*) for counting how many records scanned for a specific login field. The strange thing is the program crashes right when I get the value of the select and assigng it to a variable. Do you ...
|
| SQL Mobile Installation "lost in translation" | 08 Jun 2007 05:22 GMT | 1 |
I am using VS 2005 SP1, and by default (when VS is installed) there should be a directory: "C:\Program\Microsoft Visual Studio 8\SmartDevices\SDK\SQL Server\Mobile\v3.0"
|
| HOW TO PASS A DateTime PARAMETER WITH SqlCE 2.0 AND VB.NET 2003 | 07 Jun 2007 14:25 GMT | 2 |
anyone knows how to pass a datetime parameter with vb.net 2003 to a sqlCE 2.0 database ? I've tried in some way but when I tried to create a parameter collection to speed up a bulk operation with thousands record the pass process fail with a
|
| Connecting to Sql Server CE database from Visual Studio 2005 | 06 Jun 2007 15:19 GMT | 1 |
I'm developing a device application in Visual Studio 2005 and i've installed SQL Server CE onto my computer. However when i go to add a connection via the VS2005 Server explorer, it does not give me an option for SQL Server 2005 CE.
|
| Parameters do not work after editing mobile database with SQL Server Management Studio | 03 Jun 2007 14:54 GMT | 4 |
I have a very strange Problem with my Mobile 2005 database. I need to change some table layout and for that I copied the *.sdf file to my desktop pc. It's size is 284KB, like on the mobile device. When copying back this
|
| SQL Compact Edition - Connection Pool --> Slow! | 01 Jun 2007 20:40 GMT | 10 |
I'm currently using the SQL Server Compact Edition 3.1 on my Computer and I'm facing a speed problem when getting a connection instance back from the connection Pool. Getting such a connection actually takes ~2 ms. I'm using the exact same connection string to get the instances ...
|
| AccessViolationException and Native Exception | 01 Jun 2007 07:44 GMT | 7 |
I'm developing a multithreading application in C# with Compact Framework 2.0 and Sql Server 2005 Compact Edition. Sometimes and randomly, the following exception is thrown : AccessViolationException in System.Data.SqlServerCe.NativeMethod()...
|