I know this probably seems pretty obvious, but believe it or not, it's a very common area of confusion. Take a look at the following declaration: String ConnectionString = String .Format( @"Data Source=\BlueCuckoo.sdf;password={0}" , "SomeValue" ); SqlCeEngine engine.CreateDatabase(); If I asked, "Will...