[EMAIL PROTECTED] wrote on 05/11/2006 03:05:11 
PM:
> Today's Topics:
> 
>    1. Fwd: seeking functionality (Jeffrey Abell)
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 10 May 2006 18:59:50 -0400
> From: Jeffrey Abell <[EMAIL PROTECTED]>
> Subject: Fwd: seeking functionality
> To: Perl list <activeperl@listserv.ActiveState.com>
> 
We're using the DB engine for WSUS and potentially Ipswich's What's Up.

Both use database engines that come with the programs. my understanding is 
that the WSUS DB engine allows for a M$SQL environment.

Kinda hoping to find a way to translate the VBScript examples they gave to 
perl since I dont feel like learning yet another language, let alone one 
that does something completely idiotic like using the same symbol for both 
'set a to b' and 'test if a equals b'.

-Josh

> Depending on the actual db engine, you could either use the 
> Win32::API module or the MySQL interface module if using the mySQL db 
> engine.
> 
> Which db engine are you trying to access?
> 
> Jeff
> 
> Begin forwarded message:
> 
> > From: [EMAIL PROTECTED]
> > Date: 8 May 2006 12:13:12 GMT-04:00
> > To: activeperl@listserv.ActiveState.com
> > Subject: seeking functionality
> >
> > Dear Wise Gurus-
> >
> > I just started searching cpan, but this seems like it will be a 
> > long drawn
> > out search, so i figured I would ask early.
> >
> > Does anyone know of packages that allow perl to interact with a 
> > windows
> > database engine?
> >
> > The following is a vb script example. I'm trying to connect to a db 
> > engine
> > so that I can automate reporting functionality needed.
> >
> > Thank you in advance,
> >
> > -josh
> >
> >
> > vb example:
> >
> >         Dim Server As IUpdateServer
> >         Dim AdminProxy As AdminProxy
> >
> >             Console.WriteLine("Getting update status...")
> >
> >             'connect to the local server
> >             AdminProxy = New AdminProxy
> >             Server = AdminProxy.GetUpdateServer
> >


-----------------------------------------


_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to