| Originally posted by RJ Samp 
 Am able to run UDF Functions through a Native SQL Connection.....returns a record set of the retrieved scalar Table based on a very complex, recursive, query.
 
 Are their ways to talk to a SQL function? TSQL code? launch a stored procedure?
 
 nMths = GetMonthsFromSQLFunctionNamed(StartDate, EndDate) kinds of stuff.
 
 
 |