11.08.2006, 20:01 | #1 |
Участник
|
SQL store procedure
I was able to connect to an external SQL server database using the Axapta COM. Next, I'd like to execute a store procedure which requires me passing a parameter and the store procedure has an OUTPUT parameter. Can someone show me how to do this? Sample of I was able to connect to an external SQL server database using the Axapta COM. Next, I'd like to execute a store procedure which requires me passing a parameter from the client. Can someone show me how to do this? Sample of code would be very helpful. Thanks!
|
|
11.08.2006, 20:29 | #2 |
Гость
|
Цитата:
Сообщение от tangolp
I was able to connect to an external SQL server database using the Axapta COM. Next, I'd like to execute a store procedure which requires me passing a parameter and the store procedure has an OUTPUT parameter. Can someone show me how to do this? Sample of I was able to connect to an external SQL server database using the Axapta COM. Next, I'd like to execute a store procedure which requires me passing a parameter from the client. Can someone show me how to do this? Sample of code would be very helpful. Thanks!
? |
|
11.08.2006, 22:24 | #3 |
Участник
|
Цитата:
Сообщение от lagr221374
|
|
|
|