Skip to Content
0
Former Member
May 28, 2009 at 06:39 AM

Executing an insert/update stored procedure in an UDF

135 Views

Hi,

Is it possible to execute a stored procedure that performs insert/update operations on a database using an UDF with DataBaseAccessor class?

As per my knowledge, this can be done without a DataBaseAccessor class by connecting to the database directly without the communication channel. But wanted to know if the same can be acheived through a communication channel in the UDF.

Any kind of help is appreciated. Thanks.

-Amit