Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Oracle Lite & Java Database Triggers

Oracle Lite & Java Database Triggers

From: Giovanni Bronzini <mc2256_at_mclink.it>
Date: Tue, 09 Jun 1998 17:26:01 +0200
Message-ID: <357D5409.59A33161@mclink.it>


Is there anyone who could send me an hint about how to map Oracle Lite Datatypes in Java Datatype when working with Oracle Lite 3.0 Java's Database Triggers?
Up to now I realised that:

Oracle Lite Datatype | Java Datatype


DATE                   java.sql.Date
TIMESTAMP              java.sql.Timestamp
NUMBER                 java.math.BigDecimal
VARCHAR2               String

The problem now is:
if I call the trigger with NULL String values it crashes, with the others it works fine but how do I know it's a NULL???

Thanks,

                 Giovanni Bronzini

Received on Tue Jun 09 1998 - 10:26:01 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US