Re: [GENERAL] cursor return null

2014-07-21 Thread David G Johnston
rameshparnanditech wrote > Hello, >in postgres function (id bigint ),the following code not return > any value with artNums ,But when i do select statement ony it's output > the > values with out include cursor > > i.e,cursor problem ..? > > please let me know what should i do to ge

[GENERAL] cursor return null

2014-07-21 Thread Ramesh T
Hello, in postgres function (id bigint ),the following code not return any value with artNums ,But when i do select statement ony it's output the values with out include cursor i.e,cursor problem ..? please let me know what should i do to getvalues from cursor, but i dont where i mis