Search results for query: *

  1. K

    Visual Studio Community Edition sql connect string

    I checked - the mdf file is there. I modified the code to make sure the connection was closed before attempting to open. Still no go.
  2. K

    Visual Studio Community Edition sql connect string

    I am trying to connect to sql express which is integrated with Visual Studio Community Edition (2013). this is my code and connect string. Dim mycn As New Odbc.OdbcConnection Dim strcn As String = "Data Source=(localdb)\v11.0;AttachDBFilename=|DataDirectory|\sqlserver.mdf;Integrated...
Back
Top