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