VB.NET 2.0
SQL Server 2005
SSIS Packages
I'm running SSIS packages from
VB.
Packages are developed by someone else.
If login information in the package doesn't have enough to authenticate with the database it's accessing (e.g. no password), it prompts the user. I want to suppress this prompt and simply throw an error in my code, regardless of the database type. I have no control over the package apart from what can be done programmatically from
VB.
Anyone?