Top "Compact-database" questions

How to change column width in DataGridView?

I have created a database and table using Visual Studio's SQL Server Compact 3.5 with a dataset as my datasource. On …

c# sql-server winforms sql-server-ce compact-database
How to enable auto-increment with Sql compact & C#

I'm using C# 2010 Express. I have created a SQL Server CE database file (.sdf) then created Information table and ID, …

c# auto-increment compact-database
How to rename a table in the sql server compact edition

I'm new to SQL Server Compact edition. I'm using Compact edition 3.5. I tried renaming the table. But, I couldn't do …

sql sql-server compact-database