Re: [U2] UV and TIMESTAMP SQL type

2007-10-13 Thread Ray Wurlod
UniVerse does not have a TIMESTAMP data type.  However, because the ISO 8601 
standard requires -MM-DD HH:MM:SS format, you can treat these as CHAR(19) 
and they will select and sort correctly.  If you need milliseconds, specify 
CHAR(23).  If you need microseconds (which UniVerse itself can not generate), 
specify CHAR(26).
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] UV and TIMESTAMP SQL type

2007-10-11 Thread Marcos Fogaça
Does Universe support the TIMESTAMP SQL type?



I am trying use TIMESTAMP but I found just the DATE and TIME types.



Any suggestion will be welcome.



Thanks in advance.



Best Regards,



Marcos Fogaga.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/