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