Does somebody knows how to use that limit() function to MSSQL , or if it
should already work in cake1.1.12 ?
Any findAll() with Limit is not executed, because it includes the string
LIMIT , not the TOP statement. I checked the adodb code, and it seems to be
implemented (with that goofyLimit = true).
Ideas ?
My DB config is like this:
var $default = array('driver' => 'adodb',
'connect' => 'mssql',
'host' => 'HAL\SQLEXPRESS',
'login' => 'sistema',
'password' => 'xxxxxxx',
'database' => 'SiteTac',
'prefix' => '');
Also, the manual lacks examples of using other DBs , as shown here in the
old wiki page:
http://tinyurl.com/yy2wtj
--
[web] http://synapsisdi.com.br
[livesets] http://djspark.com.br/mp3
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---