I need to create an application where i can update the data once in a while. I\'m trying to figure out the best way so I can create the schema...should i create a database with the tables i need and j
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I am asking this because it dont开发者_JAVA百科 work in my SQL Server 2008 R2 Yes, see this thread for some advice: http://social.msdn.microsoft.com/Forums/en-US/sqlce/thread/01072b57-f8ae-4453-a9ea-a
How do I deploy SQL CE 4.0 with EF4 to a shared hosting provider for ASP.NET MVC 2.0? I\'ve included System.Data.SqlServerCe.dll, and the amd64 + x86 directories i开发者_运维问答n my bin folder, but
I am work on smartApplication, Here when am trying to connect to my SQL Server CE 2005 database, I get the exception
I have a Desktop application that uses 开发者_运维技巧Linq To SQL as the DAL.It accesses a local SQL Express DB.
What to select in catalog in platform builder to include SQL CE in image for windows CE. I have selected Application and Services Development->Sql Compact but it is still giving following error.
I am working on Sql server CE 2005. I have created a Database in Sql server CE 2005 now I want to get the scripts so that can use tha开发者_高级运维t further???
From what I can see the .NET drivers for SQL CE 3.5 and below do not support System.Transactions. Has th开发者_JAVA技巧is changed for the new version of SQLCE (version 4)?No, no changes there... http:
i have 2 tables that has the same fields i need to开发者_运维问答 combine 2 tables to 1 table how to do it in sqlCE ?