Advertisement
Dr4noel

Conection string to Database

Jun 25th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.18 KB | None | 0 0
  1.  SqlConnection connection = new SqlConnection(connectionStr);
  2.                 string queeryStr = "SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = '" + dataBaseTableName + "';";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement