There are a lot of examples demonstrating how to connect to ms sql database from windows form application using Visual Studio Professional (right-clicking on the project name -> "Add" ->"new item" -> "LocalDatabase" -> give a name with .sdf extension to the newly created database - > and so on )
My question is : 1) how to do it in Express Edition (i couldn't find it anywhere) 2) in the example above i'd like to add an already existing database .mdf (not to create a new one)