Hi All,
I am redoing the admin panel for already working site using MS
Access Database. I am trying to connect with MS Access by using
following syntax but no success. It gives the message that "Your
database configuration file is present.
Cake is not able to connect to the database."
var $default = array('driver' => 'adodb',
'connect' => 'ado_access',
'host' => 'Driver={Microsoft Access
Driver(*.mdb)};Dbq=F:\Websites\beta\beta.mdb;Uid=Admin;Pwd=;',
'login' => 'Admin',
'password' => '',
'database' => 'beta.mdb' );
I also tried to follow the procedure written in wiki.
(http://wiki.cakephp.org/docs:databases) but it gives the message
"Your database configuration file is present.
Fatal error: Unable to load DataSource file dbo\dbo_adodb-access.php in
F:\Websites\beta\admin\cake\libs\model\connection_manager.php on line
153"
If anybody had success in connecting with MS Access please tell me the
procedure.
Regards,
Sharan.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---