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.
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/library/cc296170(v=sql.90).aspx install the native client, put the dlls in its places and somehow it works :)
don't make the same mistake I did and forget to install the SDK, as well (if you are prompted for it, select everything).
for the linux version I still have to try the Mssql datasource from rchavik
Am Donnerstag, 12. April 2012 19:27:07 UTC+2 schrieb stork:
> 2. You shouldn't need to use custom DboSource.php imho.
> -- > 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 > cake-php+unsubscribe@googlegroups.com For more options, visit this group at > http://groups.google.com/group/cake-php
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 abril de 2012 12:27:07 UTC-5, stork escribió: