i already have sql database ,server,login,password,,,i have to check from visual studio windows form,,,,to check test connection

Recommended Answers

All 2 Replies

Try this connection string

SqlConnection("Data Source=localhost\\SQLEXPRESS;Initial Catalog=DBNAME;Integrated Security=True;Connect Timeout=100;pooling=true; ;User ID=;Password=;Trusted_Connection=Yes");

Do you know how to open a database connection to your database and trap exceptions?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.