-
bulk updates (2 messages)
- Posted by: karthika paramathma
- Posted on: August 26 2001 23:32 EDT
What is the best way of doing bulk updates and inserts in ejb.Threaded Messages (2)
- bulk updates by Nat Paramasivam on August 27 2001 06:06 EDT
- bulk updates by Pranab Ghosh on August 27 2001 21:14 EDT
-
bulk updates[ Go to top ]
- Posted by: Nat Paramasivam
- Posted on: August 27 2001 06:06 EDT
- in response to karthika paramathma
if you are using Oracle as database it is better to use SQLLoader. -
bulk updates[ Go to top ]
- Posted by: Pranab Ghosh
- Posted on: August 27 2001 21:14 EDT
- in response to karthika paramathma
Use a SLSB and JDBC bulk insert and update API
Pranab