Last days (and nights ;-) I had to work with MS-SQL. I have to explain, phPay don't work with it, i.e. DISTINCT doesnt take column-typ text and LIMIT is unknown in MS-SQL.
There is a lot to recode ...
By the way: Oracle also doesn't know LIMIT. In both cases command has to be replaced with some PHP.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Last days (and nights ;-) I had to work with MS-SQL. I have to explain, phPay don't work with it, i.e. DISTINCT doesnt take column-typ text and LIMIT is unknown in MS-SQL.
There is a lot to recode ...
By the way: Oracle also doesn't know LIMIT. In both cases command has to be replaced with some PHP.