Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ADO & Perl

1 view
Skip to first unread message

donb...@my-deja.com

unread,
Feb 1, 2000, 3:00:00 AM2/1/00
to
Can I use the ADO module in regular Win32 Perl?

Thx,

Don


Sent via Deja.com http://www.deja.com/
Before you buy.

Tobias Martinsson

unread,
Feb 2, 2000, 3:00:00 AM2/2/00
to
Yes, you can use the ADO COM objects from Perl. The only difference is
the way you create the object, which is done as follows:

use Win32::OLE;
$conn = Win32::OLE->new('ADODB.Connection');

--
Tobias

0 new messages