Re: Problems running Cakephp2.1.1 with SQL Server 2008

2012-07-30 Thread Jorge
hi, i have the same problem, but i copy the file Sqlserver.php into my directory, and i receive this messagge: *Error: * Class 'DboSource' not found And you said "You shouldn't need to use custom DboSource.php imho." how and where can i configure this?? Thaks for all! El jueves, 12 de abri

Re: Problems running Cakephp2.1.1 with SQL Server 2008

2012-04-12 Thread Felipe Roman
Hi Stork, I replaced the dbo_sqlsrv.php by Sqlsrv.php into app/models/datasources and I also replace the database.php settings : from public $default = array( 'datasource' => 'dbo_sqlserver', to public $default = array( 'datasource' => 'Database/

Re: Problems running Cakephp2.1.1 with SQL Server 2008

2012-04-12 Thread euromark
did you see my post from yesterday? https://groups.google.com/forum/?fromgroups#!topic/cake-php/8y2Y511krEU had the same issue, but on linux. on windows I got it to run with the included SqlServer datasource (you need to follow the instructions from microsoft) http://msdn.microsoft.com/de-de/lib

Re: Problems running Cakephp2.1.1 with SQL Server 2008

2012-04-12 Thread stork
> 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: > 1. file dbo_sqlsrv.php is for CakePHP 1.x, for 2.x you need this one https://github.com/cakephp/datasources/blob/2.0/Model/Datasource/Database/Sqlsrv

Re: Problems running Cakephp2.1.1 with SQL Server 2008

2012-04-12 Thread Felipe Roman
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 wrote: > Hi, > > Do you know if the