Recently I heard that if XML is used to do DB operations it will be faster.
That seems very unlikely to me. Probably what you heard had to do with database that were already in XML form. If you have a relational database you will have to use the data retrieval methods it provides. Try the
JDBC forum here for performance tips.
Bill