Tagged Questions
Microsoft SQL Server Compact (SQL CE) is a compact relational database produced by Microsoft for applications that run on mobile devices and desktops.
7
votes
2answers
926 views
How can I use Sql CE 4 databases for functional tests
Due to the potential differences between Linq-to-Entities (EF4) and Linq-to-Objects, I need to use an actual database to make sure my query classes retrieve data from EF correctly. Sql CE 4 seems to ...
7
votes
3answers
958 views
“If not exists” fails on SQL CE
I've got an unexpected problem. I'm making a script to update the schema on a SQL CE database. This won't run:
if not exists
(
Select column_name from information_schema.columns
where ...
6
votes
4answers
142 views
How to effectively store a high amount of rows in a database
What's the best way to store a high amount of data in a database?
I need to store values of various environmental sensors with timestamps.
I have done some benchmarks with SQLCE, it works fine for a ...
5
votes
3answers
573 views
SQL CE Deploy - AppHarbor - Unable to load the native components of SQL Server Compact
I have followed the following posts completely:
http://support.appharbor.com/discussions/problems/544-error-with-reference-to-systemdatasqlserverceentity-dll
Using SQL Server CE 4 on a remote host ...
5
votes
5answers
2k views
The limit of SQL CE 4.0
I hope to find simple answere to my simple question.
I'm planning to use SQL CE 4.0 in a small but production web site and I'd like to know how much load SQL CE 4.0 can handle:
Number simultaneous ...
5
votes
1answer
656 views
C# integer primary key generation using Entity Framework with local database file (Sdf)
I'm writing a standalone application and I thought using Entity Framework to store my data.
At the moment the application is small so I can use a local database file to get started.
The thing is ...
4
votes
2answers
80 views
SQL-CE possible bug?
If I run this query, all of the [data].* values come out as NULL.
ignore the *, it's just a test
SELECT
[map].*,
[data].*
FROM
f_normalised_report_hierarchy AS [map]
LEFT JOIN
...
4
votes
2answers
197 views
NHibernate QueryOver<> - Aggregate function over SubQuery
How can I write the following SQL statement using QueryOver<> syntax?
SELECT COUNT(*) FROM (
SELECT FirstName,LastName
FROM People
GROUP BY FirstName, LastName
) as sub_t
I ...
4
votes
2answers
358 views
How to speed up LINQ inserts with SQL CE?
History
I have a list of "records" (3,500) which I save to XML and compress on exit of the program. Since:
the number of the records increases
only around 50 records need to be updated on exit
...
3
votes
1answer
499 views
How to deploy my compact edition database file (.sdf) in AppData folder and how to set the connection string?
Actually the first part of the question should be, where is the best place to deploy the .sdf file? If the user has selected Default at "User Account Control Settings" then if the compact edition ...
2
votes
2answers
102 views
Get file path from connection string
Is there any method exist to extract DB path from connection string? I need to check if DB files are exist at the beginning & back them up if file archive flag changed (file modified).
Sample ...
2
votes
1answer
177 views
error with SqlCe Parameters
I have made MANY parameterised queries in my time on this lovely planet, and none have thrown an error like this... WTFudge?!?!
ERROR:
There was an error parsing the query. [
Token line number = 1,
...
2
votes
3answers
203 views
SQL CE Max Length
I need to store articles in an application for WP7. I just want to use a database so I can query by unread articles, etc, etc.
I've run into one big problem with SQL CE in Mango-- there seems to be ...
2
votes
2answers
91 views
SqlCeServer: How to Store a Single Char?
I've got a column in my Microsoft SQL CE 3.5 SP2 database called Type that needs to store a single character.
To do this, I have formatted the column as nchar(1), and storing the data works fine.
...
2
votes
2answers
446 views
SQL Compact Edition, Unable to connect to local sdf file
I have a .sdf file in my local directory C:\myDatabase.sdf
In Visual Studio 2010 asp.NET, I added the tables and values etc. I now have a page where I need to connect to the local database on the ...
2
votes
2answers
645 views
Entity Framework Code-First: How to manually update the database?
I've build a little WPF demo app which uses EF Code-First to save its data in a SQL CE 4.0 DB. It works fine unless I remove a property from a model object. For example, if I remove "HosteBy" from ...
2
votes
1answer
308 views
How to get management studio 2008 express R2 to create SQL CE 4 file
I'm facing issues whereby I can't open a SQLCE 4 database using SQL Server Management Studio 2008 Express R2 because of a version issue. I've checked and I have both 'v3.5' and 'v4.0' versions of SQL ...
2
votes
2answers
105 views
Determine if a date is within 2 dates in sqlCE
I have an sqlCE field A, type text, that holds a date string in this format:
31/12/2011 11:29:09
Also, I have an sqlCE field B, type text, that holds a date string in this format:
04/04/2011 ...
2
votes
2answers
179 views
C# SqlCeException: One Line SQL to determine table exists
Following the guidelines presented in SO Question #167576, I constructed the following SQL query string in my C# WinForm application to determine if table RMCoil exists:
using (SqlCeCommand cmd = new ...
2
votes
0answers
359 views
A duplicate value cannot be inserted into a unique index [closed]
Self answering question for future reference:
If you have a table where you deleted and re-added content, you can get this error while inserting new rows with an ID equal to existing IDs:
Server ...
2
votes
3answers
212 views
C# SqlCeDataReader rdata FieldCount
I am trying to see if an ID exists in a database in this case it's vetID.
To see if the result of the SQL query is successfull I am trying to use rdata.FieldCount
FieldCount always seems to return ...
2
votes
2answers
86 views
Database that requires no extra installation
I have developed C# application that stores and retrieves data from SQL database.
But when my client had to deploy the application he needed to install sql server express 2008 ,that is its ...
2
votes
1answer
2k views
Cascade Delete Rule in EF 4.1 Code First when using Shared Primary Key Association
I implemented a bidirectional 1:1 relationship based on this answer:
Primary /Foreign Key in Entity Framework
I define the bidirectional relation this way:
public class Student
{
public ...
2
votes
2answers
1k views
SQL Server CE 4 DataProvider not avaliable in server explorer
I have installed the sp1 for visual studio 2010 and installed sql server ce 4 runtime. But still not able to create connection to the sql ce database using standart data provider.
This is how my ...
2
votes
3answers
377 views
Entity Framework 4 CTP 5 POCO - Using an existing but empty SQL database on hosting environment?
I'm using EF 4 CTP 5 with an MVC 3 application, everything is working fine on my local machine, where EF 4 just create or drop the SQL CE whenever it needs to, since I have set the option to ...
2
votes
1answer
523 views
Getting file version info in the Compact Framework
I have some code that needs to be able to find the version number of an assembly, given a string saying where it's located.
I can't get this to work:
Assembly assembly = ...
1
vote
1answer
66 views
When using sync framework how are changes tracked client side when using SQL Server Change Tracking server-side?
I'm trying to sync up my SQL Server Compact db with a SQL Server 2008 R2 db using MS Sync Framework. I'm using the Change Tracking option which operates server-side. But how/where are changes tracked ...
1
vote
2answers
296 views
Is there any way to convert SQL Server 2008 mdf file to SQL Server Express version?
I have a mdf file which is SQL Server 2008 file. I want to convert it to SQL Server Express or SQL Compact edition.
Is there any tool to convert it ?
1
vote
2answers
113 views
Trouble Deploying Sql Server CE 4.0 to IIS 7
I'm having trouble deploying an ASP.Net application using Sql Server CE 4.0. I get the following error:
Access to the database file is not allowed.
I've verified that I'm using the local ...
1
vote
2answers
351 views
Incompatible SQL CE database on windows phone
I am trying to use an existing SQL CE 4 database in my windows phone application.
I have setup the schema. Creating the context seems fine using my connection string of "Data ...
1
vote
1answer
58 views
CRUD operations on a SQL CE database
I have a SQL CE databse in a .net 4.0 WPF application, and nothing i do will write to the database. I can enter data directly, and view what i have entered in the application.
I have tried using a ...
1
vote
2answers
168 views
SQL CE 4 and Sql Ide's
What tools does everyone use to work with the SQl CE 4? With 3.5 we could open it in SQL Server Studio Management Studio but this is no longer an option it seems... and doing it in VS only allows you ...
1
vote
2answers
504 views
C# SQL CE, Insert Statment Affects 1 row, but doesnt actually update the DB, Invalid Insert Query?
I've checked other stack overflow questions to find answers, but I just cant find a solution to this. I am trying to insert string data into a SQL CE (local database).
I can read from the database, ...
1
vote
1answer
52 views
Foreign Keys, Private Keys MSSQL 1:1 and 1:Many issues
Am having some SQL (SqlCe) issues I was getting the following error:
There was an error parsing the query.
(1) ERROR:> [Token Line number = 1, Token Line offset 853, Token in error = @clID]
...
1
vote
2answers
208 views
SqlCeParameter return Auto ID (Primary Key)
I have an SQL SqlCeParameter statement for example:
mySQLCommand1.CommandText = @"
INSERT INTO clientSubjectiveComplaints (clientSubComplaintCreated)
VALUES (@ClientSubComplaintCreated)
";
...
1
vote
1answer
29 views
Is there a c# library that supports the parsing and execution of T-sql scripts on SQL CE
I know SQL CE does not support transact sql. However, I would think there would be a library out there that can parse a transact sql file (at least a subset for tsql) and execute it for me. For now, ...
1
vote
1answer
143 views
Winforms dataset X sql ce 4
How can I use Windows forms dataset and sql server CE 4 ? I'm trying to drop tables from server-explorer to the dataset and getiing this message:
Is there any workaround ?
1
vote
1answer
317 views
Convert MSSQL2008 *.bak file to SQL-CE *.sdf
I wish to convert data from an mssql2008 .bak (or out from a running 2008 server) to sql-ce's *.sdf for use in a webmatrix project. I have SQL Server Management Studio 2008 R2 installed as well.
1
vote
1answer
217 views
Database Form Builder For MS
Like the form builder of oracle databases,
Is there a MS form builder !?
As it will get me an output of a .net form that i can show/edit/delete/update data !!
Manipulating data is not one of my ...
1
vote
1answer
306 views
Do I need to install Sql Server CE or not?
I've deployed an application (wcf REST service) on an hosted server and I am having problems with the fact that I want to make use of SQL Server Compact Edition in application. I know sqlce might not ...
1
vote
1answer
151 views
SqlCeDataReader parameter ordinal = 1
I a Parameter ordial = 1 error on this code.
Can anyone explain it in this context? dbCon is correct as I can insert data to the database just trying out how to get it back no.
if ...
1
vote
2answers
394 views
Error opening connection to SQL CE file on test machine
I'm testing my application on a non-administrator windows 7 account. The application is installed into program files. This includes the .sdf file I need to read from. I've got the connection string ...
1
vote
1answer
237 views
“Bin Deploy” Sql CE 3.5 SP2 & Error when it's already installed
I've got an app that uses Sql CE 3.5 SP2. I've included the DLL's that Sql CE requires - there are 7 of them found here (C:\Program Files (x86)\Microsoft SQL Server Compact Edition\v3.5) that I simply ...
1
vote
2answers
185 views
Windows Mobile: access desktop database from mobile mobile and synchronization
I have a desktop application that handles products, customers and orders for a restaurant. Waiters use mobile phones (with Windows Mobile 6.5 OS) to take orders. What I need is:
SQLCE Database in ...
1
vote
2answers
286 views
Migrate from SQLCE 4 to SQL Server 2008
So, being an early adopter, I have developed an application based on SQLCE4, ASP.Net MVC3 and Entity Framework CTP5 (code first) based on a fit of recklessness induced by reading this announcement.
...
1
vote
1answer
41 views
Character Problem Emulator's SqlCe
I am developing a pocket pc application by PP Emulator in .Net.There is a problem that i dont understand in SQLCE.I cant type turkish characters in Sqlce query analyzer and also if my query has a ...
1
vote
2answers
354 views
Viewing\Editing SQL CE 4 Database
Does anyone know a way of viewing and editing an existing SQL CE 4.0 databse? I've tried using SQL Server 2008 but it looks as if it only supports version 3.5.
I read on Scott Guthrie's blog that ...
1
vote
1answer
270 views
Does SQL CE 4 (CTP) support ambient transactions using System.Transaction namespace
From what I can see the drivers for SQL Server CE 3.5 for .Net and below do not support system.transactions.
Has this changed for the new version of SQL CE version 4.
1
vote
0answers
75 views
Troubleshooting Missing Rows with MS Sync Framework
I'm using the Microsoft Sync Framework version 2 to synchronize data between a server database running SQL Server 2008 and a SQLCE 3.5 database on an occasionally connected WPF app.
This is working ...
1
vote
0answers
190 views
Performance Issues with ActiveRecord / NHibernate and SQL CE
Our team is currently working on a WPF Desktop application with ActiveRecord and SQLCE 3.5 for backend. We've been experiencing some strange performance issues when executing queries or ...