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.
 
Back
Top