You already know, from my previous blog Using ADO.NET SqlCeCommand and SqlCeDataReader to select data from SQL Server Compact how to SELECT data for ReadOnly using SqlCeDataReader Object. You can’t update the data using SqlCeDataReader object. Instead you will need to use SqlCeDataAdapter and SqlCeDataSet objects if you have to make any changes and save the data […]
Tag Archives: ADO.NET
4 Simple steps to learn SqlCeDataAdapater, SqlCeDataSet to modify data in SQL Server CE tables
Posted in ASP.NET, Data Access, SQL Server Compact
Also tagged .NET, ASP.NET, C#, Data Access, SQL Server Compact
5 Responses
4 Easy steps to use SQL Server Compact (CE) in Visual Studio 2010 Express SP1
SQL Server Compact Edition is an embedded database that enables all functionality of SQL Server yet it is a simple and single file based. That means you don’t have to install the SQL Server. Simply copy the database file with .sdf extension and easily distribute it where ever you want to. Very useful in development environments […]
Posted in ASP.NET, Data Access, SQL Server Compact, Visual Studio 2010 SP1
Also tagged .NET, ASP.NET, Data Access, Deployment, Entity Framework, SQL Server Compact
8 Responses