I have some data with a timestamp in SQL Server, I would like to store that value in sqlce with out getting fancy to compare the two values.
In our current windows mobile project a problem while debugging recently arised. When trying to debug the code it throws an exception on the open command on a connection to the local database.
I am trying to get SQL server CE 2.0 RDA that was working on IIS6 (Server 2003) and Sql Server 2000 moved to a Windows 2008 server with IIS and SQL server 2008.
I have a file that contains lots of insert statements to populate my compact edition database with test data. I have been running the file from Sql Server Management Studio each time I run a unit test
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server
I want to migrate one of our databasis from SQL Server Express to SQL Server Compact 3.5. I\'m using iBatis.Net but do not know what the providers.config must look like 开发者_如何学编程for me to be a
I write a little Chat Application. To save some infos like Username and Password I store the Data in an SQL-Compact 3.5 SP1 Database.
Hello: I am teaching myself Linq to Sql in C#. Because I am using a SqlCE database I had to use SqlMetal to generate the dbml file. This went fine, and I added the dbml file to my program. I can\'t fi
When I run this SQl in my mobile app I get zero rows. select * from inventory WHERE [ITEMNUM] LIKE \'PUMP%\' AND [LOCATION] = \'GARAGE\'
I am working on an application that will connect to SQL Server 2005 when users are in the office, or it will connect to SQL Server CE 3.5 when users are on a laptop and out of the office.