Try catching the return values from these two method calls ...

$= $objConnection.Open("Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + ...

$= $objRecordset.Open("SELECT * FROM test.csv", ...