Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have seen some lines of code using ADONewConnection to create a new connection to MS SQL SERVER or MS ACCESS, I tried typing the same in my code editor to see how fun it was but it didn't work giving me an error saying that "Fatal error: Call to undefined function ADONewConnection ..." I think I have to install some component first to make it work, haven't I?
Could you please tell me what the problem is here?
Your help would be appreciated!
Thanks!
Posted

1 solution

As with your previous question, go to the COM chapter of the PHP manual.
READ. IT. SLOWLY. AND. CAREFULLY.
 
Share this answer
 
Comments
AspDotNetDev 9-Apr-12 13:00pm    
This is more of a comment than an answer.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900