sorry for use this old thread but same problem 🙂
we tested the code from giuseppissimo but same problem so we start to change code to some different:
$objQuery = new COM("ixsso.Query");
$querystring = $QUERY_STRING;
$objQuery->SetQueryFromURL("$querystring");
$objQuery->columns = ("filename,HitCount,vpath,DocTitle,characterization");
$rsQuery = $objQuery->CreateRecordset("nonsequential") or die("Cannot create set");
error message is now
warning: invoke() failed: ........ line blah .....
Cannot create set
any ideas how to get problem solved ?