How can I retrieve Postgresql NOTICE messages from ADO?



Hi,

I'm succesfully using ADO in order to access Postgresql procedures.

In parallel of the data, the procedures are able to send different kind of
messages, from non-fatal "notice", and "warning" messages, to fatal "error"
messages.

How can i retrieve the these messages with ADO, through the ODBC driver? I
guess the method should be quite similar to retrieving RAISERROR T-SQL
messages.

Thanks for your help!

Philippe


.