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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
As ADO is COM based, probably you have to call CoInitialize first