Is Limit() Method Cross Platform ?

I am writing my application with the usage of DAO Query Builder, because I can’t use Active Record. Can anybody tell me if limit() method works in Oracle or MSSQL Server or it works only in Mysql where it adds LIMIT clause?

limit()

Well, CMssqlCommandBuilder and COciCommandBuilder both implement the [font=“Courier New”]applyLimit()[/font] method, so I’d say it’s safe to use.

Thank you for answer Da:Sourcerer