Hi all,
I have a java database application which mainly deals with database operations.
Im concerned about the performance, as I have many update statements. As there are many records, each row has to be updated with a calculated value.
So can anybody help me out to suggest for efficient way of doing this.
Thanks.