I created a SQL server compact database (MyDatabase.sdf), and populated it with some data.I then ran SQLMetal.exe and generated a linq to sql class (MyDatabase.mdf)
How can I use Enterprise Library to do a Data Access Layer in c# for Sql CE and .NET Compact Framework?
I am looking to add a local database file (.sdf) into my .NET Project. I right click on my project, click \"Add\" -> \"New Item\"
I have a table that looks like this: TimestampEventUser ========================== 1/1/2010 1:00 PM100John
I\'m developing a Windows Forms application using Visual Studio 2008 C# that uses an SQL Server Compact 3.5 database on the client. The client will most likely be 32 bit Windows XP or Windows&nbs
I have created an .SDF file and inserted data into the SDF database file on a mobile device. I want to transform .SDF file to a SQL Server 2008 Database File but don\'t know how.Any pointers or sugges
I\'m trying to upgrade an application that uses Sync Framework 1.0 to synchronise a SqlServerCe database with SqlServer 2005. On the client, the existing database already has change tracking enabled,
I\'m doing a consulting job for an organization wanting something a small step above wh开发者_StackOverflow中文版at an Access Database would do. Generally, they want to track network lines between bui
Hopefully this isn\'t a duplicate, but does an开发者_JS百科yone know of any (good) ORMs that work with SQL Compact Edition, and can run in the .NET Compact Framework (e.g. Windows Mobile 5->6.x)?LLBlG
I\'m developing a Windows Mobile 5.0 and above application with C#, .Net Compact Framework 2.0 SP2 and SQl Server CE 3.1.