From: Alexander P. <ale...@gm...> - 2011-04-15 07:23:10
|
On 15.04.2011 11:11, Mig/ wrote: > We are porting to firebird some databases, some ODBC applications > does not work because "SELECT TOP" does not work, there is a workaround? > Since we are not able to change those application but only databases. > > Thanks > > -- > Regards, > MIG > "SELECT TOP" is not standard sql. That is a typical Microsoft only feature. Always, when you migrate from one system to another you have to make sure, that your software is only using SQL commands, that are defined in the SQL standard. Regards, Alexander -- Alexander Potapchenko Lead developer LASP technology, http://www.lasptech.ru |