PHP - ADO recordsets

Posted by Josh on Stack Overflow See other posts from Stack Overflow or by Josh
Published on 2010-03-22T21:28:31Z Indexed on 2010/03/22 21:31 UTC
Read the original article Hit count: 470

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about php

Related posts about ado