vb.net - My database connection fails what to do? -


connection string correct checked

    dim connstring string = "data source=abc;initial catalog=testdatabase;integrated security=true"      dim conn new sqlconnection(connectionstring)      try         conn.connectionstring = connstring         conn.open()         if con.state = connectionstate.closed             messagebox.show("connection faild")          end if      catch ex exception         messagebox.show("ok")     end try 


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -