Charlie schrieb:
> This doesn't seem to be my day for this. When I add view.Execute() to
> the script, it gives me an error of Execute() takes exactly 1 argument
> (0 given). I can't seem to find anything on the Microsoft page that
> concerns the execute function that states what exactly needs to be
> included as an argument, especially for a select statement. Thanks for
> the help.

It's ok to pass None as the parameter to Execute; this means that
a null handle gets passed as hRecord to MsiViewExecute.

Regards,
Martin
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to