> > Hi all, > > > > Attached/included is my hackish attempt to add support for the > > adExecuteStream option to ADO.pm. I needed this for retrieving data > > from several stored procedures that return XML and it works for my > > purposes but I'm not sure if I've integrated it well into ADO.pm > > (especially in the execute() subroutine.) > > Thanks, I applied your patch. Sure, integration into execute() is > suboptimal. Normally, data retrieval is achieved via fetch() and/or > blob_read(). But I have no experience in using ADO Streams. > Further comments are welcome.
Thanks! I'll look into execute more() - this is my first foray into DBI programming at all. Perhaps the stream output should be treated as a single row, single column return set? Luke
