sql-server-ce
SQL Compact Lock Timeout When Update Contains a Subquery
I am using SQL Server Compact 3.5 SP2 (3.5.8085.0) and am having trouble getting a update statement to complete.[详细]
2023-04-03 18:51 分类:问答Can't commit changes to SQL Server Compact Edition database
I have a problem, private void button_Submit_Click(object sender, EventArgs e) { try { string c开发者_如何学PythononnectionString = @\"Data Source=Database_TouchPOS.sdf;Persist Security Info=False;\"[详细]
2023-04-03 16:41 分类:问答.Net Framework Data Provider not found
I got a project to complete some 开发者_高级运维tasks on it, but when I try debug I have this error in[详细]
2023-04-03 15:57 分类:问答Does SQL Server Compact needs to be supported by hoster's server prior to use it in web project?
I am going to use SQL Server Compact for one small website. Just to store articles for my site. Does my hoster\'s server need to support SQL Server Compac开发者_如何学编程t in order to use it on my pr[详细]
2023-04-02 13:13 分类:问答Entity Framework and SQL CE GUID as PK's [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Is a GUID unique 100% of the time?[详细]
2023-04-01 22:47 分类:问答SQLCE: How to Count Datepart
For a long time I am struggling with the following subject: I want to count datepart values. I use SQL Compact Edition 4.0 and have no idea on how to get the following:[详细]
2023-04-01 19:00 分类:问答SqlServer CE 4.0 commit too slow
I have detected an issue with SqlCE 4.0 (it also happened with 3.5) when开发者_如何学运维 committing transactions... it\'s taking a long time to complete!![详细]
2023-04-01 15:55 分类:问答SQL Server CE: the file resolves to a path that is too long.
I\'m trying to track down a SQL Server CE issue that means I cannot use SQL Server CE on a local hard drive of my computer. Clearly the error message is a bogus one as the filename is nowhere 开发者_如[详细]
2023-04-01 00:16 分类:问答can i connect to a remote SQLCe database?
We\'ve got an SQL Ce database on a remote machine and we\'re trying to get a reporting system (using custom LINQ queries) via c# to connect to the database in shared read mode. At this point we\'re ge[详细]
2023-03-31 16:40 分类:问答EF4 Code First & SQLCE 4.0 - Exception when generating DB
I\'m using EF4 4.1 code first and attempting to use SQLCE as the data source. Everything works perfectly when pointing at a SQL Server 2008 instance, however when I change to SQLCE I get the followin[详细]
2023-03-31 15:52 分类:问答