I am writing to see if you have any solution to the problem of dates "T" time, when consulting with ADO to MSSQL server.
My problem is that I do a query returns erroneous data types.
For example:
Code: Select all
? oRs:Fields("FechaEmision"):Value ==> return blank fields from BD
? Valtype( oRs:Fields("FechaEmision"):Value ) ==> return T ( I think Time type )
? Dtoc( oRs:Fields("FechaEmision"):Value ) ==> 04-04-2012 , show how character type
I have read your queries, but not if you have any solution?
I am using BCC582 + the last build of xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 9445).
Any idea as you're doing ?
JC