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

DBI.pm

2006-03-21 Thread Ganesh Prasad A K
Can't locate loadable object for module DBI in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/lib/DBI.pm line 255 . i am getting this error while i execute the program. please give me solutions. -- Thanks Regards Ganesh Prasad A K Parity Computing India (P) Ltd. 1133/E,

RE: DBI.pm

2006-03-21 Thread Reidy, Ron
What version of Perl are you running? Have you properly installed DBI? -Original Message- From: Ganesh Prasad A K [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 21, 2006 4:31 AM To: dbi-users@perl.org Subject: DBI.pm Can't locate loadable object for module DBI in @INC (@INC

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: DBI.pm

2006-03-21 Thread Jay Strauss
On Tuesday 21 March 2006 5:31 am, Ganesh Prasad A K wrote: Can't locate loadable object for module DBI in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/lib/DBI.pm line 255 . i am getting this error while i execute the program. please give me solutions. did you: PPM3

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