One more thing to add, Without cakephp, I just tried ADOdb library for
php and i was able to connect to the same Microsoft Access Database
successfully. I used the following code.

<?PHP
include('adodb.inc.php');
$db =& ADONewConnection('access');
        $dsn = "Driver={Microsoft Access Driver
(*.mdb)};Dbq=F:\Websites\beta\beta.mdb;Uid=Admin;Pwd=;";
        $db->Connect($dsn) or die("Could not Cnnect");
?>


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