When I execute the query
SELECT LastUpdateReceived, name, FROM Targets WHERE (name like 'DAAN%') ORDER BY name
It returns for the field LastUpdateReceived "Friday 03rd of December 2004 09:06:00 PM"
Seconds will be always be 00. Value is rounded up to minutes.
When I execute the query in the MSSQL enterprise manager or other tooling, it works fine.
I'm using PHP5 on a windows 2003 server.
Is this a known problem ?
Richard