Re: Adding adExecuteStream support to ADO.pm

2006-03-21 Thread Steffen Goeldner
Luke Bakken wrote: 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

Re: Adding adExecuteStream support to ADO.pm

2006-03-21 Thread Luke Bakken
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

Re: Adding adExecuteStream support to ADO.pm

2006-03-21 Thread Steffen Goeldner
Luke Bakken wrote: 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? Perhaps. Or, because your data are returned from stored procedures, it's time to implement

Adding adExecuteStream support to ADO.pm

2006-03-17 Thread Luke Bakken
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