This is a discussion on SQLProcedures won't distinguish between functions and stored procedures within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> Hi all, I'm using SQLProcedures to get the list of stored procedures from a SQL Server 2000 database. The ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all, I'm using SQLProcedures to get the list of stored procedures from a SQL Server 2000 database. The procedure type is always SQL_PT_PROCEDURE, even for functions. Is this the expected behavior and Is there a way to distinguish between the procedures and functions? Thanks in advance, Shannon |