Hi Everyone,

I am trying to connect to a MS Access database using CakePHP 1.1.3.2967
but I am having a bit of trouble...

I get the error message:
===================
Your database configuration file is present.

Fatal error: Unable to load DataSource file dbo\dbo_adodb-access.php in
C:\Program
Files\xampp\xampp\htdocs\cake\cake\libs\model\connection_manager.php on
line 143
===================

My database.php is configured as below:

        var $default = array('driver'   => 'adodb-access',
                                        'connect'  => '',
                                        'host'     => 'Driver={Microsoft Access
Driver(*.mdb)};Dbq=C:\database.mdb;Uid=Admin;Pwd=;',
                                        'login'    => 'Admin',
                                        'password' => '',
                                        'database' => 'database.mdb' );

I have also downloaded and added adodb to app\vendors.

Cake works fine with mySQL but I need to use Access for this project
and I really want to use CakePHP!

What am I missing?

Has anybody managed to make a successful connection to an Access
database??

Many thanks,
Bob


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to