I have a mysql database which has been in use for a while. I recently installing it onto a new windows xp pro machine. The prevous computers have been both xp pro and 2000 server.
Since this new installation the ASP application I have been using along with mysqladmin both fail to list any table that contains a time field. This includes creating the field and inserting to it as a new record.
The code is as simple as
Every attempt just shows no records.
Help!
Since this new installation the ASP application I have been using along with mysqladmin both fail to list any table that contains a time field. This includes creating the field and inserting to it as a new record.
The code is as simple as
Code:
SELECT * FROM
Every attempt just shows no records.
Help!