AW: AW: [dbforms] TIMESTAMP problem (Oracle9i)

2004-09-13 Thread Henner Kollmann
> which uses object.toString > > but doesn't currentRow_tableName return java.util.Hashtable > so you are getting the object back and would need a cast? Sorry Shawn, you are right. The hashtable currentRow_tableName contains the string representation of the the current object. So you really need

Re: AW: [dbforms] TIMESTAMP problem (Oracle9i)

2004-09-13 Thread Shawn
On Tue, 2004-09-14 at 02:55, Henner Kollmann wrote: > > > > 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 representati

AW: [dbforms] TIMESTAMP problem (Oracle9i)

2004-09-13 Thread Henner Kollmann
nner 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 >

RE: [dbforms] TIMESTAMP problem (Oracle9i)

2004-09-13 Thread Aroushanian, Goar
Yes, the timestamp is supported by the oracle jdbc driver (ojdbc14.jar). Regards, goar -Original Message- From: Henner Kollmann [mailto:[EMAIL PROTECTED] Sent: Monday, September 13, 2004 11:38 AM To: Aroushanian, Goar Cc: 'dbf' Subject: AW: [dbforms] TIMESTA

AW: [dbforms] TIMESTAMP problem (Oracle9i)

2004-09-13 Thread Henner Kollmann
, 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 >

RE: [dbforms] TIMESTAMP problem (Oracle9i)

2004-09-13 Thread Aroushanian, Goar
ards. goar -Original Message- From: Shawn [mailto:[EMAIL PROTECTED] Sent: Saturday, September 11, 2004 6:20 AM To: Aroushanian, Goar; dbf Subject: RE: [dbforms] TIMESTAMP problem (Oracle9i) > I have the following table definition in my dbfor

AW: [dbforms] TIMESTAMP problem (Oracle9i)

2004-09-11 Thread Henner Kollmann
ECTED] Im > Auftrag von Aroushanian, Goar > Gesendet: Freitag, 10. September 2004 15:23 > An: Shawn > Cc: dbf > Betreff: RE: [dbforms] TIMESTAMP problem (Oracle9i) > > Hi Shawn, > > I have the following table definition in my > dbforms-config.xml configurati

RE: [dbforms] TIMESTAMP problem (Oracle9i)

2004-09-11 Thread Shawn
> I have the following table definition in my dbforms-config.xml > configuration file that I generated through DEVGUI. >size="11"/> >size="11"/> > I tried to define fieldType="timestamp", did not do anything. > Still I get the message in the "ADD_TMSTMP" and "UPD_

RE: [dbforms] TIMESTAMP problem (Oracle9i)

2004-09-10 Thread Aroushanian, Goar
--- From: Shawn [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 9:33 PM To: Aroushanian, Goar Cc: dbf Subject: RE: [dbforms] TIMESTAMP problem On Thu, 2004-09-09 at 22:29, Aroushanian, Goar wrote: > Tried generating the dbforms-config.xml with the "Try to write standard > nam

RE: [dbforms] TIMESTAMP problem

2004-09-09 Thread Shawn
On Thu, 2004-09-09 at 22:29, Aroushanian, Goar wrote: > Tried generating the dbforms-config.xml with the "Try to write standard > names for > an unknown field type..." option on, but it didn't' help. > > Still I get: > *** error - fieldtype timestamp(6) is currently not supported. please > send a

RE: [dbforms] TIMESTAMP problem

2004-09-09 Thread Aroushanian, Goar
goar -Original Message- From: Shawn [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 6:57 PM To: Aroushanian, Goar; dbf Subject: Re: [dbforms] TIMESTAMP problem On Thu, 2004-09-09 at 05:47, Aroushanian, Goar wrote: > Hello, > > I am looking into DBForms framework to

Re: [dbforms] TIMESTAMP problem

2004-09-08 Thread Shawn
On Thu, 2004-09-09 at 05:47, Aroushanian, Goar wrote: > Hello, > > I am looking into DBForms framework to use with Oracle9i. > > I got the following message when trying to retrieve the table that has > a field of type TIMESTAMP(6). > > *** error - fieldtype timestamp(6) is currently not supporte

[dbforms] TIMESTAMP problem

2004-09-08 Thread Aroushanian, Goar
Title: TIMESTAMP problem Hello, I am looking into DBForms framework to use with Oracle9i. I got the following message when trying to retrieve the table that has a field of type TIMESTAMP(6). *** error - fieldtype timestamp(6) is currently not supported. please send an e-mail to [EMAIL P