Connection String at runt time
i want to develop a connection string at run time.How i can do this.
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.
AnttiPosted Feb 11, 2006, 8:42 AM
What you mean "develop"? You wan't the user to select the database? You wan't your program to select suitable connection string?
Just find out the connection strings of the different databases, put them into an array and then let user or program choose.