I'd like to know, when using CDONTS in an ASP page, if it is possible to
send data( more then 1 record) from an Access database?
thx
yes just open up a connection to the database and pull out the records you
want to send
myMail.body = <%=objrs("field_from_database")%>
----- Original Message -----
From: <mcguiness74@h...>
To: "ASP Databases" <asp_databases@p...>
Sent: Thursday, January 25, 2001 5:30 PM
Subject: [asp_databases] CDONTS
> I'd like to know, when using CDONTS in an ASP page, if it is possible to
> send data( more then 1 record) from an Access database?
> thx
>