I forgot to say that I'm able to connect and run queries using one test.php file I created without any frameworks (I mean using sqlsrv_connect() direct) so I think the environment configuration is Ok.
thanks again On Thu, Apr 12, 2012 at 1:34 PM, Felipe Roman <[email protected]> wrote: > Hi, > > Do you know if the CakePHP 2.1.1 is compatible with SQL Server 2008 ? > If yes could you please send me some how to ? > > I configured my local development environment (PHP 5.3.10 and Apache > 2.2.21 on Windows 7) > > I loaded the extensions pdo_sqlsrv and sqlsrv (on PHP 32 bits, I > could not load on PHP 64 bits) > > I also download and copied the files dbo_sqlsrv.php and DboSource.php > into my app/Model/Datasource folder but I'm getting the follow error: > > Fatal error: Class 'DboSource' not found in > C:\wamp\www\project\app\Model\Datasource\dbo_sqlsrv.php on line 29 > > Is the dbo_sqlsrv.php compatible with Cake 2.1.1 ? > > Thanks > > -- > Best Regards, > Felipe Roman > Phone 55 51 8454 8110 > LinkedIn http://au.linkedin.com/in/feliperoman -- Best Regards, Felipe Roman Phone 55 51 8454 8110 LinkedIn http://au.linkedin.com/in/feliperoman -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
