[thelist] Retrieving info from db to ASPMail

Scott Dexter sgd at ti3.com
Tue Jul 24 18:02:24 CDT 2001


> Do I need to specify the table where each variable is coming from? I
> tried using 'orders_quantity', 'orders_productID' but it doesn't work.
> The sendmail code I am using is as follows:

> " & firstname & lastname  & vbcrlf & "Address: " & street & vbcrlf &
> "City: " & city & vbcrlf & "Province: "  & province & vbcrlf & "Postal
> code: " & postalcode & vbcrlf & "And he placed the following order: "&
> vbcrlf & "Product: " & productID & vbcrlf & "Quantity: " & quantity &
> vbcrlf & "Date: " & now()

I don't see where you are pulling the data out of the db, do you have
that code?

sgd




More information about the thelist mailing list