PB 12.5.1
does powerbuilder support postgresql stored functions for a source of a datawindow?
does it need some sort of weird usage of cursors like oracle requires (sysrefcur)?
I tried defining the return type as a table but it doesn't work (pb error ).
The stored function runs fine - returns the data as expected when run outside PB.
i am using odbc to connect to postgresql.