Regis <regis(at)seabirdsoftware(dot)com> writes:
> the features I support is the explain plan SQL feature. I create an ADO
> record set from a SQL statement (such as 'explain select * from [..]')
> and I expect a record set in return.
Explain's output comes back as a NOTICE message, not as a recordset.
regards, tom lane