Martin J. Evans wrote: > [...] > > My guess (and it is a guess only) is that DBD::ADO has pulled the rows from > the > first result-set and knows there is nothing more (hence handle not active)
Trace level 5 shows -- no fields (non-select statement?) i.e. DBD::ADO avoids to equip the statement handle with the full set of attributes, which are necessary only for the fetch loop, if the number of fields is 0. > because it has not done the equivalent of SQLMoreResults. Currently, DBD::ADO doesn't support the equivalent of SQLMoreResults: <http://msdn.microsoft.com/library/en-us/ado270/htm/mdmthnextrec.asp?frame=0> Steffen