On 28/apr/2010, at 11.12, Sarah Reichelt wrote:

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

Hi Sarah,

thank you for your answer.

"the result" of revExecuteSql doesn't seem to contains the information the sql 
engine answers and I need to retrieve.

the listen command in postgresql returns text data. For example the sql result 
of the statement:

listen foo;

is

"LISTEN"

or 

"LISTEN
Asynchronous notification "foo" received from server process with PID ..."

I need to retrieve this result text. If I execute:

revExecuteSQL connectionId, "listen foo"

and I check "the result", it is 0, according to the documentation which says 
that for successful query the result is the number of rows affected and for 
other (successful) statements is 0.

Any idea?

Thanks again
Best Regards
Marcello_______________________________________________
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