To use a connectionstring or not.

  • Thread starter Thread starter Jake
  • Start date Start date
J

Jake

I saw a code example (at http://support.microsoft.com/kb/281998 ) that does
not include a connection string but instead sets a series of properties on
the connection object with all of the needed information.

Is this a preferred method?

Does this produce a different result then using a connection string?

I noticed that settign a connection string clears most of the properties
listed.
 

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