
Mehmet Ozdemir
|
| Posted: 08/27/2002, 4:24 AM |
|
I'm trying to create an data entry form that feeds in a custom insert stored proc, now I can define the input vars, but I can't seem to get the stored proc to populate the RETURN_VALUE or OUTPUT PARAMS, I use this to indicate success or failure of the stored proc and the error description. It's seem like the code in common.asp just isn't setup to handle this. Ami I missing something. I have been at this for a whoe day, I have only succeed by using the onclick (server event) of the submit button and create a adodb.command object manually, while this works it not ideal.
Has anyone been doing this stuff in CCS yet ?
|
|
|
 |
CodeCharge Support
|
| Posted: 08/28/2002, 1:57 AM |
|
Mehmet,
We’re planning to add the possibility to create custom action one of the next CCS versions.
Return Stored Procedure Parameters feature is also in CCS wishlist: http://support.codecharge.com/updates.asp?dev_tasks_dev2Page=2
|
|
|
 |
|

|