in reply to ADO Problems and Access

It seems to be complaining about not finding Win32::OLE::Variant needed to program COM (OLE) objects under Windows that use variant datatype like ADO . See if it is installed with this:

perl -MWin32::OLE -MWin32::OLE::Variant -e 1

If I am wrong no error message will result from the above code.