Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
The recordset is converted to basically a hash but I can't seem to actually get the data. When I do a data dump it runs out of memory. Anyone know anything about this?use Win32::OLE qw( EVENTS); use Data::Dumper ; package MyEvents; sub OnDataReady2 { my ($Obj, @Args) = @_; ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Handling returned data from a OLE object.
by traveler (Parson) on Feb 20, 2003 at 16:26 UTC | |
by Anonymous Monk on Feb 20, 2003 at 17:12 UTC | |
|
Re: Handling returned data from a OLE object.
by meetraz (Hermit) on Feb 20, 2003 at 18:11 UTC | |
by Anonymous Monk on Feb 20, 2003 at 18:41 UTC | |
|
Re: Handling returned data from a OLE object.
by meetraz (Hermit) on Feb 20, 2003 at 17:41 UTC | |
by Anonymous Monk on Feb 20, 2003 at 18:01 UTC |