var connString = WebConfigurationManager.AppSettings["ConnectionDB"];
var conDrop = new NpgsqlConnection(connString);
how to next?
thank you
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vinod LPosted Dec 26, 2017, 11:50 PM