I am doing a project on Visual Studio. I am using a local database (empty sql server compact edition). I chose Dataset and created my table (Images). It has a primary autoin
SqlCeConnection conn = new SqlCeConnection(@"Data Source = c:\FullPath")
How to get full path: in solution explorer Right click on .Sdf then get fullPath.