Menu

Can I use Ado components ?

2009-03-18
2013-04-22
  • Nobody/Anonymous

    Can I use ado components in a php extension ?
    If I put an adoConnection component in the extension, the program doesn't reach the first instruction of the onexecute event.
    I've verified it using an outputdebugstring message, that doesn't get fired.

    Any suggestion ?
    Regards.
    Maurizio.

     
    • Serhiy Perevoznyk

      As ADO is COM based, probably you have to call CoInitialize first

       

Log in to post a comment.