Quantcast
Channel: SCN: Message List - PowerBuilder Developer Center
Viewing all articles
Browse latest Browse all 7329

Re: Syntax error while calling database function

$
0
0

@Scott - yes, technically, that's correct.  SQLServer has table-valued functions.  But what I meant was that TVF's do not return the result set to the client directly.  They have to be referenced from an "outer" select statement.   And it's that SELECT statement that generates the resultset that gets returned to the client...

 

In other words, you don't say EXECUTE f_table_valued_function( args ); 

You say SELECT * from f_table_valued_function( args );   (or something to that effect)

 

-Paul-


Viewing all articles
Browse latest Browse all 7329

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>