how to resolve this error??

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ara
Forum Newbie
Posts: 5
Joined: Wed May 21, 2014 1:14 am

how to resolve this error??

Post by ara »

Fatal error: Uncaught exception 'com_exception' with message '<b>Source:</b> ADODB.Connection<br/><b>Description:</b> Provider cannot be found. It may not be properly installed.' in C:\wamp\www\test\complete_form\login3.php:25 Stack trace: #0 C:\wamp\www\test\complete_form\login3.php(25): com->open('PROVIDER=SQL Se...') #1 {main} thrown in C:\wamp\www\test\complete_form\login3.php on line 25





i am facing this error after i login in my login page..
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: how to resolve this error??

Post by Christopher »

This is on Windows. You need to create a correct ADODB provider. The error is "Provider cannot be found. It may not be properly installed.'"

https://www.google.com/search?q=create+adodb+provider
(#10850)
Post Reply