开发者

sp_getProcedureColumns Column Type

开发者 https://www.devze.com 2023-01-05 18:35 出处:网络
How do I find out what the value of the COLUMN_TYPE returned from sp_getProcedureColumns? The value returned is an shortInt.

How do I find out what the value of the COLUMN_TYPE returned from sp_getProcedureColumns? The value returned is an shortInt.

There is nothing in the documentation for this system procedure.

Thanks,

开发者_运维技巧

Howard


It is equivalent to the ODBC function SQLProcedureColumns

Type = 1: Input

Type = 3: Result column, i.e. column in output cursor.

Those are the only two types that should be returned.

0

精彩评论

暂无评论...
验证码 换一张
取 消