Ask a Question related to ASP Database, Design and Development.
-
j #1
using CDONTS on XP iis 5.1
Hi Folks. Trying to use ASP to submit data to both an access database and
to an e-mail address at the same time.
After downloading the example cdonts from microsoft I pasted the following
into my email.asp.
Set myCDONTSMail = CreateObject("CDONTS.NewMail")
When data is submitted it goes into the access database fine but the e-mail
never gets generated.
Instead this message appears:
a.. Error Type:
Microsoft VBScript compilation (0x800A0400)
Expected statement
/email/email.asp, line 127
================================================== =================
a.. Page:
POST 123 bytes to /email/email.asp
I heard that in order for this to work I have to obtain cdonts.dll from a
win2k machine and then register it.
Is there an alternative or another answer.
Thanks.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
Version: 6.0.545 / Virus Database: 339 - Release Date: 2003-11-27
j Guest
-
cdonts.dll on x64
Hi... I know I'm probably going to take a lot of grief over this, but we have a pile of legacy code still using CDONTS on 32-bit systems. We're... -
CDONTS
CDO.Message see www.aspfaq.com CDONTS has been phased out. the last OS to include it was Windows 2000 -
CDONTS vs CDO
OK, so obviously cdonts doesnt work with ii6. Why its depreciated, i dont know. What i need to know is how to just send a simple email, my old... -
CDONTS for IIS 5.1
Hi all, I'm trying to get a better understanding of how to use CDONTS on a web server, and I find that I don't have it installed on my own. I'm... -
CDONTS & BCC
Hi I have a website hosted on a virtual server, and am trying to run a script that sends an email with a BCC address. The email gets sent just... -
Atrax #2
Re: using CDONTS on XP iis 5.1
CDONTS is deprecated. use CDO.Message
see [url]www.aspfaq.com[/url]
________________________________________
Atrax. MVP, IIS
[url]http://rtfm.atrax.co.uk/[/url]
newsflash : Atrax.Richedit 1.0 now released.
[url]http://rtfm.atrax.co.uk/infinitemonkeys/components/Atrax.RichEdit/[/url]
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Atrax Guest



Reply With Quote

