I am referencing a COM component from PHP. This COM component returns records using ADO.
I am assuming I will need to reference ADO in PHP for this to function. How do I do this?
Secondly (related to the first question) I have run accross ADODB abstraction libraries, however these seem to mostly deal with queries and handle the ADO internally. How do I get the returned ADO recordset into a PHP friendly array, and likewise pass in an ADO array to the COM object?
Thank you, Josh