开发者

VB6, RDO AND QUERYSTRING

开发者 https://www.devze.com 2023-03-15 13:28 出处:网络
I\'m creating a query string as follows ... gSql = \"{ CALL MYSP( ?, ?, ?, ?, ?, ?, {resultset 10, RECORD_OUTPUT} ) }\"

I'm creating a query string as follows ...

gSql = "{ CALL MYSP( ?, ?, ?, ?, ?, ?, {resultset 10, RECORD_OUTPUT} ) }"

the {resultset 1000, RECORD_OUTPUT} is copied it from Microsoft's MSDN

The error displayed after I compile is:

identifier \'RECORD_OUTPUT\' must be declared

What should the {resultset 1000, 开发者_C百科RECORD_OUTPUT} actually be ?

At this position, The Stored Procedure will return refcursor back to VB6.

0

精彩评论

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

关注公众号