|
|
Enhanced SQL Activities
File Details
| Downloads: |
773 |
File Size: |
63.5kB |
| Posted By: |
mwink |
Views: |
6135 |
| Date Added: |
9 Apr 2007 |
|
Sent in by Trevor and the fine folks at NailSoup.
This is an enhanced version of the Sql Activity posted elsewhere on this site.
Issues fixed in this release are the following:
- Ability to change the connection string in the CommandExecuting event.
- Ability to handle a return value from the stored procedure.
- Improved stability if the connection string is invalid at design time.
Issues I know of, but haven't had time to fix are:
- The activity needs a hard-coded connection string at design time in order to understand stored procedure parameters.
- If you change the parameters of a stored procedure at design time, the activity often "remembers" parameters that no longer exist. It is really hard to get rid of these without deleting the activity and starting again.
- The activity doesn't handle output parameters. It thinks they are all input parameters.
|
|
|