From: Ferrari A. <fer...@ds...> - 2002-04-29 08:23:19
|
I all, I don't know if there is a bug in resolving Timestamp, but I have an = exception when i try to get a column of this type I looked the code, and i have found that if i comment these lines if ((days > 24855) || (days < -24885)) throw SQLEXCEPTION (CONVERSION_ERROR, "date out of = range"); at IscStatement::setValue(Value *value, XSQLVAR *var) the driver works, but I have some problem in TIME format (the resulted = format is not corrected in TIMESTAMP and in TIME). I have a problem also for NUMERIC, it seems that the resulted metada is = not correct, it seems to be a Integer not a Numeric. Any suggestion?? Best regards, Alberto Ferrari =09 |