Page 1 of 1

SQL Query Stored Procedure

Posted: 15 Apr 2014, 11:36
by Nicklt
Hi guys,

I'm building a data driven presentation at the moment and some of the database tables I would like to return are using stored procedures. Have not had any luck getting one to work at the moment though, so thought Id ask whether or not the SQL Query Object supports providing a Stored Procedure Name to execute the query.

Cheers
Nick

Re: SQL Query Stored Procedure

Posted: 06 May 2014, 10:52
by Daniel Willer
Hi there,

I guess we never tried out by ourselves. I will write a Ticket do a test for it. Do have a simple example that shows the probleme.

Regards
Daniel

Re: SQL Query Stored Procedure

Posted: 16 May 2014, 13:18
by Götz_B
Hi,

i did some tests with Stored Procedures and our Query Nodes. It works fine.
In the Query itself you might have to respect the specifics of the database type or the SQL-dialect you are using. Also don't get confused by the SyntaxError Messages in the Script Editor. Hit Save&Close and check the Message Log for Errors.

I attach a small scene that uses the database from the helpscene for the Database Node.

Regards,
Götz