03-02-2005 08:02 AM - edited 03-13-2019 08:12 AM
Does anyone know how to read the date/time fields in the CDR database with MSAccess? I've tried everything I know and have to be able to make it work.
Thanks,
Jim
03-02-2005 08:36 AM
this link will convert those values. I have not tried with MSAccess. Cisco also has a tool I believe.
03-03-2005 07:06 AM
This works in SQL, so it should work on Access. Good luck.
select dateadd(second,FIELDNAME,'01/01/1970') as ALIASNAME
03-03-2005 07:52 AM
BINGO! That worked. Only one thing I had to change. Instead of second, you use 's' I was on the right track, but using datediff. I got a result, but it was a bit into the future...like 2064!
THANKS!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide