Has anyone tried calling a SQL Server 2000 User Defined Function (UDF) using the ADO object model? I would like to execute this function from within a VB6 application passing a couple of parameters and returning a char(1) value.
I have tried researching this through MSDN but had no success. I would hate to have to create a Stored Procedure to mimic this logic.
Any help would be appreciated.
I have tried researching this through MSDN but had no success. I would hate to have to create a Stored Procedure to mimic this logic.
Any help would be appreciated.