Il 22/03/2009 20.59, Francesco Saverio Giudice ha scritto:
which is the string representing an empty TIMESTAMP ?
0t0000000T00:00:00.000 is it correct ?

So can I write below line ?

      CASE "T"
RETURN iif( Empty( xVal ), "0t0000000T00:00:00.000", "0t" + hb_TSSToStr( xVal ) )


or maybe is better:

      CASE "T"
RETURN iif( Empty( xVal ), "0t00000000000000000", "0t" + HB_TTOS( xVal ) )

Best regards

Francesco
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to