MySQL Forums
Forum List  »  Microsoft Access

Re: DATETIME becomes TEXT when linked to MS-Access
Posted by: jon.cooper
Date: June 23, 2005 08:46AM

David - I am experiencing exactly the same problem when accessing the db from Coldfusion. I have installed 3.51.11-2-win.exe and stopped and restarted the entire machine to make sure everything kicks off correctly but still getting the same problem when performing pretty much any action on a date. eg:

select count(*) as counter, dayname(date) as daystring
from views v, lookup_viewtypes lvt
where lvt.viewtypeid = 1 and lvt.viewtypeid = v.viewtypeid and v.uniqueid = 12345
group by day

Daystring comes out as binary which is completely unusable.

This is now causing me serious grief and could do with a quick response!

many thanks

Jon

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: DATETIME becomes TEXT when linked to MS-Access
2060
June 23, 2005 08:46AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.