The Extended dynamic support disabled message is seen when
a SQL package is unusable for some reason.
On older servers, this message can be seen when a user connects
with a different default library than the user who created the package. To
workaround this message you can either:
- Delete the SQL package on the system so that when you run your application
the package will be created with your default package settings
- Change the SQL default library connection string setting to match
the setting that is saved with the SQL package
- Switch theReturn code for unusable package ODBC DSN setting to Ignore or Warning.
Alternatively, you can get this same behavior by setting the PKG connection
string setting.
- Disable the XDYNAMIC connection string setting.