Merge Repl using SQL Compact 3.5 sp2 --> SQL 2012 is it possible?
Installed the latest server tools, (cumulative update 7)Mobile device (winmobile 6.1) syncs fine to sql server 2008 r2but not on 2012:2012/11/21 14:38:58 == SQLCESA Version ==> 3.5.8089.0 2012/11/21...
View ArticleSQL Compact 4.0 Connect ReportViewer
HiI am building a local report in a MVC 4 app thats using SQLCE 4.0.The method I am using worked perfectly in another app when using SQL 2012 but its not working using Compact 4.0.When I try and set...
View ArticleSQL Server CE 3.5.1.50 in Project conflicts with 3.5.1.0 in GAC
I am trying to publish a VS 2012 project and are using SQL Compact 3.5.1.50 and EF 4.0. I have read all of EricEJ's articles (http://erikej.blogspot.com/2012/05/private-deployment-of-sql-server.html)...
View ArticleSQL Compact Edition 4.0 2914,GetFileDACL,GetFileSecurity Error
Hello there, i have encountered this kind of issue : Inner Exception 1 Type: System.Data.SqlServerCe.SqlCeException Message: Internal error: SQL Server Compact made an unsupported request to...
View ArticleUpgrade SQL Server compact 3.5 to 4.0
Hi,I am not to able run my VB project since it was giving error saying upgrade your databasa file from 3.5 to 4.0. The following error message i am getting .. Warning1 This project references an...
View ArticleHow to diagram a SQL Server Compact Edition 3.5 database?
Hi, is there any way to design or diagram a SQL CE database? Can you design the database in Management Studio and somehow convert it to a CE database? Thanks
View ArticleRename table and column
I refer to the online book . But still can't find the way to rename column name . My CE version is 3.5sp1 . Could someone give me some advice ? Thanks a lot . To be code or not . It is a problem.
View Articlehow to select the odd records
I have this tableAPK, debit, Credit, account1, 1, null, Account12, null, 1, Account13, 1, null, Account14, 1, null, Account2I want you to help me a sql command to select the 3rd and 4th records. Means...
View Articlesql ce 3.5 not comment data after insert it by code in c#
SqlCeCommand Cmd = sqlscript.connect.CreateCommand(); try { if (sqlscript.connect.State == ConnectionState.Closed) { sqlscript.connect.Open(); } Cmd.CommandType = CommandType.Text;// Cmd.CommandText =...
View ArticleAn unhandled exception of type 'System.Data.SqlServerCe.SqlCeException'...
I have made a simple project and connected it to a database through datasource. But when I am adding a record or trying to update any record through table adapters it gives me "An unhandled exception...
View ArticleIssue with windows installer unable to complete any software installations...
So I am asking for HELLLLP with direction. Is there a test that could analyze computer? I really am trying to avoid another os re-install it will be #6 since 12.12 can anyone help me get the repair...
View ArticleSQL CE, values aren't written to DB
HelloI'm creating simple Windows Phone 7.1 SDK applicationI need to create small database. To do so, I've installed SQL Server Compact Toolbox. I've created table named TrainingData, which contains 3...
View ArticleSample code for stored procedure
Hi,I need Some Sample code fro previous shift closing Total to current shift opening Total. give me some sample code for stored procedure
View Articlesqlceengine::createDatabase() throws exception - Access to the database file...
Hi,I'm getting an exception when i try to create database (.sdf) file in network share. Network share has full permission and I'm able to create a text file in that share and save some text data into...
View ArticleHow to AutoGenerate the Primary Key
Databases should come with a health warning !!!I am using VB2010 Express and used Project Add New Item to add a SQLCE 3.5 Database.I then created 2 Tables by right clicking on the Tables tab in...
View ArticleDatabase development
I am developing a database management program in VB 2008 Express Edition. It seems to work ok when I add new records - they are stored back in the original database, but if I look at the Tables (in the...
View ArticleADO c++ Memory Leak
I am using ADO (c++) to insert records into a SQL CE database. Compiling on Windows XP. When I comment out the "Execute" call, the memory leak goes away. The same code running on Win7 (using...
View ArticleSQL Server Compact 3.5 SP2 was installed with SQL Server 2008 R2 and needs to...
We have a hardened PCI environment using SQL Server 2008 R2 and our information security office recently detected SQL Server Compact 3.5 SP2 which is an unsupported product and therefore puts us at...
View ArticleSQL Server Compact Crash
I have made an application in WPF. If I run the application directly from Visual Studio, it works fine. When I create an installer for it, I get a crash whenever the app tries to connect to the SQL...
View ArticleGet Last Month's Record (SQL Server CE)
Hello All,I'm trying to convert the SQL statement below that I used with MS Access to SQL Server (COMPACT EDITION) 4.0 statement and I can't figure the darn thing out. I'm simply trying to get all...
View Article