in reply to Win32::OLE enumeration syntax?
Okay, no takers thus far...
Here's the basic question:
use strict; ... my $querydef; ... my $recordset = $querydef->OpenRecordset(?, ?, ?, ?);Given that each ? is an enumeration already defined in the type library (described above), what is the correct syntax needed to keep the Perl interpreter happy?
j
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Win32::OLE enumeration syntax?
by NetWallah (Canon) on Nov 24, 2003 at 04:52 UTC | |
|
Re: Re: Win32::OLE enumeration syntax?
by jdporter (Paladin) on Nov 24, 2003 at 00:35 UTC |