Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Syntax for calling SQL routines
Wed, Feb 28 2007 3:03 PMPermanent Link

"Ole Willy Tuv"
What's the syntax for calling stored procedures and functions in ElevateDB
SQL ?

Ole Willy Tuv

Thu, Mar 1 2007 4:59 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ole,

<< What's the syntax for calling stored procedures and functions in
ElevateDB SQL ? >>

CALL for SPs and with functions, just include the function in an expression.

http://www.elevatesoft.com/edb1sql_call.htm

Currently, you cannot call SPs from the TEDBQuery component.  You must use
the TEDBStoredProc component for that.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image