Connection String object Convert to String Variable Type

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

does anyone have an example of how to get the connection string object
converted to a string variable type in order for me to call a function?
 
A Connection String is just that: a string. It's not an object. So,
congratulations, you already have what you need!

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
 
ConnectionString property of a SqlConnection/OleDbConnection IS string type,
not need to convert it to string type.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top