> Well, I guess it would be theoretically possible to use COM[color=blue]
> from Perl[/color]
$objConn = Win32::OLE->new('ADODB.Connection');
$objConn->open($strConn);
$objRS = $objConn->execute($strSQL);
(david)
"David W. Fenton" <dXXXfenton@bway.net.invalid> wrote in message
news:Xns96DBAA1CC17A8dfentonbwaynetinvali@216.196. 97.142...[color=blue]
> "Doomster" <doomster@gmail.com> wrote in
> news:1127542675.527008.108640@z14g2000cwz.googlegr oups.com:
>[color=green]
>> In a previous job, we had Perl scripts which could interact with a
>> SQL DB using Perl's DBI module We were able to programmatically
>> add, delete and query tables using this module.
>>
>> Is it possible to do something similiar with Perl? (and not
>> VBA)???
>>
>> The reason I ask is because I want to use Access instead of MySQL
>> because
>> with Access, I can design Forms and Queries to display data
>> relatively quickly. With MySQL, I'd have to use third party or
>> open source SW.
>>
>> I am planning on grabbing baseball statistics from websites using
>> Perl (the Perl LWP module). With the raw data, I will process it
>> and then I want to use Perl to add the data to the MS Access DB.
>> This might mean adding records to a table to modifying existing
>> records in a table. Is there a way to interfact with Access DB
>> using Perl?[/color]
>
> Albert has provided you with a lead on this, so I won't address it.
>
> I just want to be sure that you understand (you seem to) that you
> will only be able to interact with the tables and queries, and not
> with the forms and reports, through Perl.
>
> Well, I guess it would be theoretically possible to use COM from
> Perl, but it would be every messy, and very unlikely to be allowed
> by an ISP.
>
> --
> David W. Fenton
http://www.bway.net/~dfenton
> dfenton at bway dot net
http://www.bway.net/~dfassoc[/color]