Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
6k views

Methods to migrate SQL Database(mdf) to SQL Compact Edition(sdf)

I have 4 SQL Server 2005 db's that I want to move to SQL CE. I know I cannot keep the SProcs,Views, and Functions(Differences Between SQL Server Compact and SQL Server) but I would like to keep ...
3
votes
0answers
17 views

How to store a SDF file at client machine via web application?

I need your valuable inputs for my web application. see, the thing is i need to store a SDF database so that i can track the user in which machine he has activated the Product. if a user activated ...
2
votes
1answer
705 views

Accessing an SDF SQLServer Mobile file from Java

Here at work we want to access the data inside a .sdf file generated in a PDA with SQLServer Mobile Edition. We use the SqlJDBC4 packet for JDBC but can't get into the server. We know it's running ...
2
votes
3answers
8k views

convert sdf to mdf

I have this sql ce database which I would like to convert to SQL 2008 because I want it to be accessible through the network. I am using SQL 2008 express; and VB9. Any idea?
2
votes
3answers
2k views

How to read remote XML file the most efficiently way?

i am developping a little app that retrieves an XML file, located on a remote server (http://xxxx.com/myfile.xml) This file is relatively big, and it contains a big list of geolocations with other ...
1
vote
2answers
355 views

Cannot open .sdf files in SQL Server Management Studio 2008 SP3

Has made a .sdf database file in Microsoft Visual Web Developer 2010. When I try to open it in SQL Server Management Studio 2008, service pack 3 displays error message: Cannot connect to ...
1
vote
3answers
148 views

Copy table content to another table in the same database with C#

Copy table content to another table in the same database with C# I got one database (Baza) with some data in two tables NEW and OLD. I need to periodically move NEW data to OLD data table (after I do ...
1
vote
2answers
344 views

SQL Compact Database Size problem

I'm trying to search a mobile sdf database in windows mobile 6.1 and the sdf file is about 270MB whenever the program tries to read from the database i get this error "The database file is larger ...
1
vote
1answer
930 views

Connecting to a SQL Server Compact Edition (.sdf) from an MFC application

I'm building an MFC app in Visual Studio 2008 which classifies textures and I need some sort of lightweight database to hold the characteristics (just some doubles and strings) which can be: -carried ...
1
vote
1answer
834 views

using Linq To Sql to save to an SDF (local database file) in .Net

HI, I am trying to save some data to my .sdf file using a LinqToSql object. I have a table as follows - PersonId int not null pk forename nvarchar(4000) surname nvarchar(4000) Birthdate DateTime ...
1
vote
1answer
839 views

Since Silverlight 4 can read files on local machine, could it access a SDF file?

I see in some of the SL literature that SL4 (and possibly older versions) allow for file access on the local machine. Would it be possible, then, to install SQL Server Compact on the client machine, ...
1
vote
1answer
221 views

SQL Server CE + Addin Read and Write Collision Avoidance?

We have an Office Addin that uses Sql CE with the usual DBConnection to a *.sdf in the filesystem ('C:/...etc...'). When we start two copies of the application having the Sql CE-augmented Office ...
1
vote
3answers
1k views

What database should I use in this VB.NET app?

My database must be updated at arbitrary intervals, manually, with new info to put on standart tables that don't require structural modifications. one app will update the database. Another app, the ...
1
vote
3answers
7k views

How to import a SDF file

I started using a Sql Compact version of my DB and during the development it occured that the DB needs to be accessible over the network. Cause I wasn't able to find a way to share the SDF file over ...
0
votes
2answers
35 views

Set connectionstring Entity Framework

I have built an application that uses SQL Server Compact 4.0 (.sdf) for data. The user should then be able to save and load .sdf files into the application. I've been able to build an method that ...
0
votes
1answer
38 views

Load and save .sdf at runtime

I'm building an C#-application that uses an SQL Server Compact 4.0 database (.sdf) with Entity Framework for data. I want to be able to load/save-files from within this application so that the user ...
0
votes
0answers
14 views

converter txt to sdf incompatible win 7 and xp

I get problem about export data txt to sdf. I create this project barcode scanner using SQLCE in visual studio 2005. I'm devide my apps into 2 part, desktop apps and device(barcode) apps. when I ...
0
votes
0answers
95 views

TreeView Master-Detail example

I am planing to create a simple database (master - detail) application with C# WPF and sdf. On left panel I would like to have an TreeView control binded to master table (say Line with many ...
0
votes
1answer
65 views

C# application publish - errors on different systems

I've made an application in C# . it's a WPF application with SDF DB. I have VS2008 express. I published my application (with SQL-CE dll) and installed it on my computer (I have windows XP) and on ...
0
votes
0answers
81 views

read a .sdf (SQL Server CE) in php

I have a file called PhotoGallery.sdf and was wondering how to connect to this db with php, or if it is even possible? Maybe point me to the right documentation. I found query strings for this, but ...
0
votes
1answer
127 views

Copy a SQL Server Database to .SDF file using C#

I have a SQL Server running on my local network, and want to be able to check out a local copy of it as an SDF file to work with on the move. Is this possible to do in C#?
0
votes
1answer
72 views

Compare two .sdf files in .Net

I am working on windows application from where user will be able to get the backup of .sdf file and later user will be able to restore the .sdf file. Before file restoring file from my .Net ...
0
votes
3answers
242 views

Database file .sdf does not update after closing application

I am creating a Desktop application using Microsoft Visual Studio .NET 2008. I am using a .sdf file as my database. My problem is that when I am making changes to my records (add new, deleted, ...
0
votes
1answer
107 views

Determine if SDF is encrypted

Is there any way to determine, before connecting and having an exception thrown, if an SQL Compact Edition SDF has password encryption? After selecting the file in an Open File Dialog, I want to ...
0
votes
2answers
371 views

Using an SDF file (SQLCE database) with a custom extension as my WPF application's data file type

I'm building an application in WPF (.NET 4) My application creates, opens and saves data files with a custom extension (I'll refer to them as .myapp files for clarity here). I'm using an installer ...
0
votes
2answers
84 views

Search multiple SDF files

I have a process that backs up my remove SQL Server database to local SDF (SQL CE) database files daily. What I need is an easy way to search across multiple SDF files. For example, suppose I want ...
0
votes
2answers
247 views

SDF file creation for window mobile 6.5

I create a vs 2005 project and a sdf file using ms sql server express 2005. And I try to connect it in MC65. I got this error The database file has been created by an earlier version of SQL ...
0
votes
2answers
463 views

The selected object(s) use an unsupported database provider !

I'm using Visual Studio 2010 In my project I was added a local database Data.sdf Now I wanna use LINQ TO SQL with it, but when I drag and drop the database table into the LINQ designer , I get the ...
0
votes
1answer
347 views

sqlce 4 SDF files. How do I manage them remotely?

This is asilly question but I can't seem to get a clear idea... So Sql ce 4 does not require SQL... So once I copy my .SDF file to my web host.. I want to continue making changes only to the remote ...
0
votes
0answers
215 views

sql Server Compact Database add a primary key constraint with two columns

I have two tables Rooms Name RoomID (PK) Rates RateID(PK) Date RoomID (FK) The database is Compact Sql Server(.sdf file) and I want the Date and the RoomID to be ...
0
votes
2answers
347 views

Reading .dbf files using .NET Compact Framework on Windows Mobile Devices

I want to read .dbf file on Windows Mobile 5.0 device (Windows CE based devices in general). Basically, I need to convert .dbf file to .sdf file & then use .sdf in my application. The only reason ...
0
votes
2answers
991 views

Binding WPF ComboBox in XAML - Why is it Empty?

I am trying to learn how to bind my simple database (.sdf) to a combobox. I created a dataset with my tables in it. I then dragged a table from the DataSource onto my control. There are no build ...
0
votes
1answer
852 views

.net Mobile Application: SDF to SQL Server data sync

I have created a sdf database in a mobile application. Now I want to synchronize that database to a sql server database.
0
votes
3answers
758 views

Issue connecting to SQL Compact Edition on Windows Mobile 6 Emulator

I am developing an application for Windows Mobile 6 using an emulator. When I try to open the database connection to the SDF file it is throwing an exception that it is not able to connect or find ...
0
votes
2answers
281 views

How can i see differences between two .sdf files?

I need a tool that show me the differences between two .sdf files. Is there something I can download or do I have to write some code?
0
votes
1answer
269 views

Is there any way… (vb.net + SDF)

I have a SDF file (compact framework dbase) only for reading... Is any way to embed as RESOURCE ??? and read it directly from EXE, without extract it!??????
0
votes
1answer
4k views

How do I connect to SDF on a Mobile device from desktop application?

C# WinForms .Net 3.5 to SQL CE 3.5 on Mobile 6.1 Device I'd like to make a connection from a desktop application to a SDF database on my Windows Mobile device while it's connected via ActiveSync. ...
0
votes
2answers
113 views

Transact SQL How to to do?

I need to generate a SQL update command in a *.sdf file. The *.sdf file is deployed using Visual studio. I am looking to generate a script which fills in a table the maximum number of records which ...
0
votes
1answer
504 views

NHibernate and hbm2dll update attribute

i'm using NHibernate with Sdf database. In my hibernate.cfg.xml file i've set: <property name="hbm2ddl.auto" value="update"/> But this does not seem to work at all. "Update" attribute should ...
0
votes
1answer
1k views

Open sdf database in Visual Studio 2008

What do I need to open sdf database in Visual Studio's 2008 server explorer? I've installed Microsoft SQL Server Compact Edition 3.5 but Visual Studio seems to be unaffected by that installation.
0
votes
1answer
428 views

How data sources are linked in compiled Visual Basic .NET applications?

When I try adding a new data source to my project I get a prompt saying "The connection you selected uses a local data file that is not part of the current project. Would you like to copy the file to ...