Dynamic Properties task problem -
09-01-2004
, 02:26 AM
Hi to all I've got a problem with Dynamic Property Task.I want to read some
package properties from an INI file but I've got a problem when I try to set
the SQLServer password from my DB when it's blank (the default for "sa"
user). When I run the pakage it gives me an error "property value not
defined" because in the INI file I wrote:
[SQLSERVER]
DBUser="sa"
DBPassword=""
Any advice???
TIA |