While using a "Oracle in Oraclient11g_home" driver I see "<h" displayed for a memo field. While using a Microsoft ODBC for Oracle, I now see all of the text for the memo field. However, I see that it starts with misc. HTML tags, then all of the text that I want to extract is displayed, and then ends with HTML tags. How can I extract the HTML tags in the beginning and end out and just display the text in the memo field? I tried using left() and mid() in a few combinations, but this does not work since the length of the starting and ending HTML tags are not always the same length.