Link to home
Start Free TrialLog in
Avatar of coolgem
coolgem

asked on

?INSERT in Oracle9i /Java w/ StringBuffer append?

How do I insert a record into Oracle using Java.  For example I have the keyi an SSN. I have to place an letter into a field and place a date into another field. The record is written for the first time.
Thank you in advance    
ASKER CERTIFIED SOLUTION
Avatar of MogalManic
MogalManic
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of coolgem
coolgem

ASKER

I was trying to do the INSERT in Java using the StringBuffer java class.