This topic is locked

SQL UDF Function as a source table

9/22/2005 5:06:55 PM
ASPRunner.NET General questions
A
andreys author

Is there any way that I can use SQL UDF as a source for my page. I've tried to use 'Custom SQL', but when I build the project all code is mixed up.

Sergey Kornilov admin 9/22/2005

Try to create a view in SQL server that uses this UDF. This view can be choosen as a datasource in ASPRunner.NET.