Page 1 of 1

ConnectionString vs. Parameters

Posted: Wed 11 Jul 2012 12:58
by GNiessen
I have a application I support (but did not write) that build the connection string, rather then setting the connection objects parameters. Which is the better way?

Re: ConnectionString vs. Parameters

Posted: Thu 12 Jul 2012 10:02
by AndreyZ
Hello,

You can use any of these ways that is more appropriate for you, they are the same. Using TMSConnection properties, you still build a connection string, but not by yourself. SDAC does that for you automatically.