Can an existing 3.0 .sdf using a vb5 app on windows mobile be upgraded to 3.5...
Hello, I inherited a mobile device running windows mobile 6.1 with a custom vb5 (productver=8.0.50727 in vbproj) application. I created a new sdf in Sql server 2008, compact version 3.5. I upgraded the...
View ArticleSDF Corruption when stored on a Storage Card
Hello, I have an application on Windows Mobile devices, whereby it uses a SDF database sitting on an SD card. The problem is that a customer of ours seems to get regular corruption issues with...
View Articleset FLUSH INTERVAL=1, flush changes to disk need more than 6 seconds when...
Set FLUSH INTERVAL=1, flush changes to disk need more than 6 seconds when multi apps access SDF file. Why? How to flush as soon as possible? Connection string = "Data...
View ArticleHow to Convert a ResultSetView into a Quearable collection?
Hi, How to Convert ResultSetView into a Quearable collection? Thanks sankar
View Article@@identity
I'm having the issue where @@identity returns null. I've seen several responses that @@identity is a session variable. I'm coding directly with ado.net(sqlserverce) I execute my insert and then do a...
View ArticleSQL Server CE4.0 runs very slow in windows XP
Hi, We currently run into an issue where access to our CE4.0 database is very slow under windows XP. Any query takes about 10 seconds to run. It runs nearly instantly on our Win 7 development machines....
View ArticleSQLce for Citrix Xenapp Environment and virtual drives
Hello, (I'm french, So excuse my bad english :/ ) I'm working on a C#.Net (Framework 2.0 - SQLce 3.5 SP2) application which uses 3 SDF databases, 2 just for read and 1 to store informations from my...
View ArticleHow to send data from my Mobile databsde ( *.sdf File) to oracle databse table
hello I had my local database in smartdevice i.e SDF file . which i need to send data to oracle database table. I able to insert data into sqlserver. But how can i push data into oracle from muliple...
View ArticleUnable to load SQL Server Compact components?
I set my program up for private deployment using the instructions from this tutorial. I gave my program to the client and ran into another problem with the database. When they open the program the data...
View ArticleHow to implement sorting in DataGrid with SqlCeResultSet as Source?
Hi All, How to implement sorting when the header of a column in DataGrid is clicked and the DataGrid is bound to a SqlCeResultSet. Thanks in advance.sankar
View ArticleHow to Convert a ResultSetView into a Quearable collection?
Hi, How to Convert ResultSetView into a Quearable collection? Thanks sankar
View ArticleSqlCeResultset Delete after Seek
I need to delete the specific record in SqlCE 3.5 database. I used SqlCeResultset: SqlCeCommand cmdDs = conn.CreateCommand();//PARCELA_DS cmdDs.CommandText = "PARCELA_DS"; cmdDs.CommandType =...
View Articlenative components of version 8154 that are incompatible with ADO.NET provider...
Dear Experts, Platform: i.mx53 WinEC7/512MB Custom board. I am trying to test SqlCE in my device platform, but I got error ~ I had upgraded SSCEDeviceRuntime-CHS.msi. When I try to use SqlCeDataReader...
View ArticleCompact 3.5 and error at SQL ?
Hello Compact 3.5 support "INSERT scope Identity " and "Select OUTER APPLY "? Thanks.
View ArticleHow to implement sorting in DataGrid with SqlCeResultSet as Source?
Hi All, How to implement sorting when the header of a column in DataGrid is clicked and the DataGrid is bound to a SqlCeResultSet. Thanks in advance.sankar
View ArticleError at SQL query ?
Hello What should SQL be instead of below SQL for compact 3.5 ? --------------------------- --------------------------- There was an error parsing the query. [ Token line number = 1,Token line offset =...
View ArticleHow can I connect to a SQL Server Compact 3.5 file as a data source in Visual...
Visual Studio 2012 comes with SQL Server Compact 4.0. I have installed SQL Server Compact 3.5 from http://www.microsoft.com/en-GB/download/confirmation.aspx?id=5783 However I still only have the option...
View ArticleSQL Query for my result ?
Hello I need SQL for compact 3.5 about below result. I have table and colums as in and out. i need result and result kind like below. in out result resultkind 10 0...
View ArticleHow to implement paging in SQL Server Compact 3.5
I have been writing an application in WPF, VS2010 using SQL Server compact 3.5 where a windows loads thousands rows. So it takes a lot of time to do that. So I searched the internet looking for a way...
View ArticleHow to implement sqlce transaction using SqlCeHelper
I am using SqlCe 3.5 and the SqlCeHelper (C#) and I see the commands (ex: ExecuteNonQuery) have overloads that implement transactions. What is the preferred way of implementing transactions using the...
View Article