View Single Post
  #1 (permalink)  
Old Aug 12th, 2006, 16:11
chlad chlad is offline
New Member
Join Date: Jul 2006
Location: Philippines
Age: 28
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Sending Mail, Body message from database

hi everyone!

i have to send a mail using asp wherein in Body part some of the data will be retrieved from the database.
how will i retrieved all records for example it has 5 records per person?

do i have to put the ff:

Mail.Body = do while not rs.eof...
Mail.Body = Mail.Body & .....

Mail.Send



----------------

please help.

thanks.
Reply With Quote