2
votes
3answers
1k 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
1answer
36 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
2answers
869 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 …
1
vote
3answers
332 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
1k 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
1answer
181 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
62 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
0answers
41 views
NHibernate and hbm2dll update attribute
Hi,
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 …
0
votes
1answer
448 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 thatinstallation.
0
votes
1answer
121 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 …
0
votes
0answers
223 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 …
0
votes
3answers
2k 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?
