sql-server-ce
Accessing SQL CE from WP7 Mango error
I\'m running through the sql access example on the MSDN website (http://msdn.microsoft.com/en-us/library/hh202876(v=VS.92).aspx) and i can\'t understand why the following code isn\'t working.[详细]
2023-04-06 16:07 分类:问答Microsoft Sync Framework, Microsoft Entity Framework 4.1 & SQL CE 4.0
We are developing an occasionally connected application that uses SQL Compact on the client machines and SQL Server 2008 (with change tracking) on the server.The application is being developed using E[详细]
2023-04-06 11:01 分类:问答Is possible to create a database (Sql Server compact) on a given path if we use Entity framework with code-first approach?
I\'m a bit confused about Entity framework, I would like to use code-first approach; infact I would like to write how my database tables are composed through class definition.[详细]
2023-04-05 09:43 分类:问答How can I update only submitted fields?
I need to update various fields in a table. Question part 1: How can I only send the necessary arguments? I can do that in JavaScript like below:[详细]
2023-04-05 00:00 分类:问答Formatting LINQ SQL CE data using C# on WP7
I\'m very new to C#/LINQ/WP7 development and am struggling to format data being returned from my LINQ query.[详细]
2023-04-04 20:36 分类:问答"There was an error parsing the query" while inserting User
I\'ve started learning NHibernate. I have the latest version installed and trying to run a very simple application. There\'s a class User:[详细]
2023-04-04 17:48 分类:问答Unable to find the requested .Net Framework Data Provider
I have built a wpf application that is using EF and SQLCE4. Everything works fine on my local dev machine however when I package it up and install on a test machine I keep getting this error[详细]
2023-04-04 14:57 分类:问答How to Create Model Container Object
I asked this question a while back but no one was a able to tackle it. So I did some more testing and determined it is in my code that the problem exists. So my question is, what am I doing wrong?[详细]
2023-04-04 09:51 分类:问答Testing database on Windows Phone 7 mango
I need to write unit tests for my WP7 app. Tests are run on desktop(not on device or emulator). The problem is when i try creating DataContext class on desktop framework it fails in ctor.[详细]
2023-04-04 03:30 分类:问答NHibernate 3 throwing NotSupportedException with SQL Compact 4.0 and FirstOrDefault()
I have a fairly simple piece of code that retrieves an object from the DB.This seems to work fine with SQL Server 2008, but blows up with SQL Server Compact.SQL Server CE supports TOP() - is this just[详细]
2023-04-04 02:05 分类:问答