Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Really need help...skill testing question

Really need help...skill testing question

From: <clinttoris_at_hotmail.com>
Date: 20 Jul 2006 08:22:56 -0700
Message-ID: <1153408976.088936.128330@i3g2000cwc.googlegroups.com>


Hello experts,

I just wrote some code to email users using UTL_SMTP. Now my problem is in the body of the email I want to say "Here is your hyperlink" and then display the link. I have the link sitting in a database that I want to pull out and display however when the user receives the email one cannot click the link to goto the hyperlink it is just plain black text. Here is part of the code that does this

 message := 'Hello'||v_data.Name||',<BR> <BR>
Here is the hyperlink:<BR><BR>'||
v_data.Link;

Obviously there is more code to this but this is the jist of the code. Any ideas. The Link field in the database is a Varchar2(4000). It's an oracle database using oracle 10 with microsoft exchange server.

Thanks. Received on Thu Jul 20 2006 - 10:22:56 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US