i guess you should up requirement to 2005, as you can see for nowadays limit for mssql < 2005 is headache, using 2005+ row_number() way better than current buggy (for last results of limit bug 1501) implementation, thanx
I am migrating a legacy windows/asp/mssql 2000 application to linux/Yii/PHP/MYSQL. In the transition, I am using the existing MSSQL 2000 as my datasource for the new Yii app until I can get things over to mysql.
I am not too concerned about having everything 100% compatible, as long as I can do basic CRUD.
Not sure how many people have to maintain and integrate with older stuff, but it was helpful for me.
Give me another 3 months, and I won’t care about mssql 2000 anymore. It is really old!
If Microsoft is no longer supporting it, I don’t think it’s unreasonable for the framework to no longer support it. A basic or generic ODBC driver would be sufficient if it does not exist already.