Windows Phone 8 Stack Trace
Hi I got the following stack trace from one of my windows phone 8 applications which was called from the background agent called ScheduledTaskAgent1 while call a routine UpdateUI() from what I can...
View ArticleSQL Server Compact 3.5 and Delphi 7
We have an old application that was written in Delphi 7. It is currently connected to an old Oracle Lite database that is being retired. The powers that be have chosen to move the data to a Microsoft...
View ArticleSQL Server on Windows RT (i.e. for ARM)
Hi. We have an application we would like to port to Windows RT, but it uses SQL Compact with Replication. The only thing standing in our way is that SQL Server isn't yet available in any form...
View ArticleIssue with GAC and Microsoft SQL Server Compact 4.0
HelloI have an application that I developed using VS Express 2012 for Windows Desktop. It worked fine the first time it was installed in a Windows 8 computer. Then I made changes and now I can not...
View ArticleCancel retrieve value when trying to get a singel column from a specific row...
Hi:I'm trying to retrieve a totals column from a table and having problems. The table exists and contains a single row with 12 columns each containing a value. when I execute the following code, I...
View Articleupdates Not Pushed from SQL Server 2008 to SQL CE 3.5 using Microsoft Sync
HiI am using Sync frame work with Download only Option from sql server 2008 - SQL SERVER CE 3.5For past 2 days Sync is not updating records in SQL CE 3.5 that was updated in sql server 2008.This was...
View ArticleSql-Server-Ce Database saving problem
Straight to the problem, I have 4 tabels, they are linked like that 1<--2<--3<--4 The 4rth one cannot exist without 3rd one etc. I named my 3rd table Statistic and the 4rth one Data, Statistic...
View ArticleProblem With Simple Microsoft.SQLSERVER.CE.OLEDB.3.5 Update Query Using...
I am trying to write a "simple" UPDATE query using the following native code that I have cobbled together from examples. The code compiles and runs without error and the results indicate that...
View ArticleSQL Server Compact 4.0 connect slow with invalid HTTP proxy settings
Opening a connection to a local SQL Server Compact 4.0 database file (C#, EF 5.0) takes approx. 15 seconds if either the machine wide proxy settings (netsh winhttp set proxy...) are wrong or the local...
View Articlevsjitdebugger.exe
Hi,I am using a program called 'Nero Vison' is a Dvd movie making and burninng program. Everytime I start it up it crashes. I have been working with their tech support to resolve the problem. They say...
View ArticleDetect connections to the sql compact database
Is there a way to see if there are connections opened to a sql compact database
View ArticleSQL Server CE 3.5.1.50 in Project conflicts with 3.5.1.0 in GAC
I am trying to publish a VS 2012 project and are using SQL Compact 3.5.1.50 and EF 4.0. I have read all of EricEJ's articles (http://erikej.blogspot.com/2012/05/private-deployment-of-sql-server.html)...
View ArticleSQL Compact Edition 4.0 2914,GetFileDACL,GetFileSecurity Error
Hello there, i have encountered this kind of issue : Inner Exception 1 Type: System.Data.SqlServerCe.SqlCeException Message: Internal error: SQL Server Compact made an unsupported request to...
View ArticleConnection to SQL Server Compact 4.0 from SSMS
I have been following connecting to SQL Compact for eventual use for a number of years:Get your full dose of SQL Server compact from the following...
View ArticleUpgrade SQL Server compact 3.5 to 4.0
Hi,I am not to able run my VB project since it was giving error saying upgrade your databasa file from 3.5 to 4.0. The following error message i am getting .. Warning1 This project references an...
View ArticleData directory para archivo
buenas noches la consulta es simpletengo un botón el cual copia el archivo de base de datos que esta en el data directory del programa a el disco c:la pregunta es como escribo el path del data...
View ArticleHow to diagram a SQL Server Compact Edition 3.5 database?
Hi, is there any way to design or diagram a SQL CE database? Can you design the database in Management Studio and somehow convert it to a CE database? Thanks
View ArticleInstallation of SQL Compact Server Tools 3.5 SP2 32-bit fails.
HiWhen I tries to install the 32-bit version of SQL Compact Server Tools (3.5 SP2) on Win 7 pc with SQL Server 2012 SP1 installed with all components (also SQL Server Replication), I got this error in...
View ArticleIs it possible to use Synonyms in SqlServerCE?
Hi,does anyone know how to create and use synonymy in SqlServer CE 3.5.1/4.0Is it possible ? I need it to build a Workaround in EF to create one EDMX from Multiple Databases.kind regards
View ArticleExecute DELETE using ADO c++
hr = dbc.igt->GetInterfaceFromGlobal(dbc.dwConnectionCookie, __uuidof(_Connection), (void **) &pConn); if( hr == S_OK ) { hsTimer.startTimer(); if( strstr( session.sSqlStatement, "DELETE" ) !=...
View Article