On Tue, Apr 27, 2010 at 6:36 PM, Marcello Bertoli <mbert...@libero.it> wrote:
> Hi all,
>
> I have a question about runrev database commands. Is there a way to get the 
> result of a sql statement that doesn't retrieve data (is not a select)? For 
> example:
>
> In a postgresql scenario I need to execute the statement:
>
> "listen foo"
>
> and I need to retrieve the result.
>
> It seems that the only rev command I can use is revExecuteSql but in this way 
> I can't get the result the sql engine gives after the statement is executed. 
> revDataFromQuery seems to work only for retrieving data from a query, not 
> from a statement...


If you check "the result" after your revExecuteSQL statement, it
should contain the data you need.

Cheers,
Sarah
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to