2 messages in com.mysql.lists.win32Some (most) functions don't work on w...
FromSent OnAttachments
Martijn Kluijtmans12 Jul 2000 03:51 
Sinisa Milivojevic13 Jul 2000 03:30 
Subject:Some (most) functions don't work on windows NT
From:Martijn Kluijtmans (mart@kluijtmans.myweb.nl)
Date:07/12/2000 03:51:43 AM
List:com.mysql.lists.win32

Please can somebody help me.

I downloaded "mysql-shareware-3.22.33-win.zip" to test my site on windows NT 4.0 SP5, with IIS 4.0 and PHP 4.01 But most functionality that works on my Unix machine, don't work on NT.

Example: SELECT * FROM table1 WHERE date < NOW() ORDER BY date DESC This works fine on UNIX but not on NT It only works with the '>' sign instead of '<' also '<>', '!=' doesn't work. And a simple query without a WHERE don't even work at all.

Does anybody what the problem might be. - Is it the shareware version? - Is it IIS4.0? - Is it a windows NT?

Thanks Martijn