ConnectionString vs. Parameters
ConnectionString vs. Parameters
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?
-
AndreyZ
Re: ConnectionString vs. Parameters
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.
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.