From:                   [EMAIL PROTECTED]
To:                     <[EMAIL PROTECTED]>, 
<[EMAIL PROTECTED]>

This should have been sent to perl-win32-database.

> I had allot of trouble finding good info about this, so I finally just
> tried everything... this is a quick cut and paste (i.e. may not work
> without mod) of the result. Most notable was the need to remove the
> parameter references before using the objects again - or else you get
> invalid number of argument errors.

No you do not need to. You can simply change the parameter 
values next time you need to call that procedure:

I'm not 100% sure about the syntax since I do not use ADO from 
Perl but something like :

        $ADO_Command->Parameters->{"strGroupName"} = 'OtherGroup';

should work.

Jenda

=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain
I can't find it.
                                        --- me
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to