开发者

sp_getProcedureColumns Column Type

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜