Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: CDONTS


Message #1 by mcguiness74@h... on Thu, 25 Jan 2001 22:30:21 -0000
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

Message #2 by "Matthew" <mlohr@t...> on Thu, 25 Jan 2001 18:05:42 -0500
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

>

  Return to Index