hi
help me
i save connection string in notepad
how to connection that connection string to windows application
Loading
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.
VulpesPosted Feb 28, 2013, 4:59 AM
string connString = System.IO.File.ReadAllText(filePath);
where 'filePath' is the path to the text file.