Converting XMLType to String
843859Mar 21 2008 — edited Mar 21 2008Hi,
I am storing XML in one database column (Account_Info) which is of data type XMLType. Now in java how do I retrieve that value?
I do not know if I can do rs.getString("Account_Info") as Account_Info is an XML. I am using oracle database
Thanks