> 
> Yes, the timestamp is supported by the oracle jdbc driver 
> (ojdbc14.jar).
Then you must do some test what's the actual return value of
oracle.sql.TIMESTAMP.toString(). Seems that this method do not return the
string representation of the value. And that's a bug in the oracle driver.

We internally use object.toString to transform the value to string.

If you really need this sort of timestamp you can use an customized escaper
the transform the oracle.sql.TIMESTAMP object in a java class..

Good luck!
Henner


> 
> -----Original Message-----
> From: Henner Kollmann [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 13, 2004 11:38 AM
> To: Aroushanian, Goar
> Cc: 'dbf'
> Subject: AW: [dbforms] TIMESTAMP problem (Oracle9i)
> 
> 
>  Do the new datatype is really supported by the oracle jdbc 
> driver? Seems to
> be a data conversion in the jdbc driver...
> 
> Regards
> Henner
> 
> > -----Ursprüngliche Nachricht-----
> > Von: [EMAIL PROTECTED] 
> > [mailto:[EMAIL PROTECTED] Im 
> > Auftrag von Aroushanian, Goar
> > Gesendet: Montag, 13. September 2004 17:25
> > An: Shawn
> > Cc: dbf
> > Betreff: RE: [dbforms] TIMESTAMP problem (Oracle9i)
> > 
> > Thanks for your help!
> > 
> > I am able to insert and update rows in my table.
> > 
> > But when retrieving the data (TEST_list.jsp) here is what I 
> > get for the ADD_TMSTMP and UPD_TMSTMP values: 
> > 
> > 
> >  ADD_TMSTMP                                 UPD_TMSTMP 
> > [EMAIL PROTECTED]  
> > [EMAIL PROTECTED]   [EMAIL PROTECTED]  
> > 
> > What may be the problem?
> > Is it a toString() method problem?
> > Returning the unsigned hexadecimal representation of the hash 
> > code of the object?
> > 
> > Do I need to use different method instead of
> > currentRow_TEST.get("ADD_TMSTMP")
> > in my jsp?
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
> Project Admins to receive an Apple iPod Mini FREE for your 
> judgement on
> who ports your project to Linux PPC the best. Sponsored by IBM. 
> Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
> _______________________________________________
> DbForms Mailing List
> 
> http://www.wap-force.net/dbforms
> 



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to