General hints - if you find a query is not working use a gui tool and
try the exact query manually.
Eg place in the script
echo "Line 5 qry:".$query."";
Then copy the output into a gui tool (such as mysqlmanager) and run it,
it will pretty quickly tell you whats wrong.
However a good starting
ittle bearing on the COM object as I tried many different COM
objects, from ADODB.recordset to IXSSO.QUERY and ole faithful
WORD.APPLICATION.. none of which worked under CGI.
Regards
Rowan
- Original Message -
From: "Sven Schnitzke"
To: "'Rowan Hick'" <[EMAI
Hi All,
If anyone could shed light on this I would be well appreciative.
Under IIS 5.1, XP Pro, PHP 4.3.0 and PHP 4.3.1 whenever I instantiate a com
object ie:
$myobj = new com ("ixsso.query") or die ("blah..")
I get a windows error message, although the script does execute up until the
com obj