- Q Give an example of systems you have been working with as an administrator?
- Q Which House is known as ' House of Elders'?
- Q What is the major ingredient of leather?
- Q what is the role of chlorophyll in human body?
- Q What specifically do you do to set an example for your employees?
- Q How do i remove the dirt that's left behind from the holes being dug for fence posts? i don't want to kill the grass.
- Q I have been a very big sinner since my young age. I started masturbating at a very young age (12) not knowing that it was a sin. Slowly it became a habit that I could not stop. Although as I grew older I came to know it was haraam. Today, I am 23 and have altogether stopped indulging in this sin. Words cannot describe the extent to which I regret it. I ask for forgiveness from The Most Merciful but still am not satisfied and feel that I have to do more. What more can I do?
- Q Physical Shares in Electronic form is?
- Q Banks have the benefit of using substantial amount of money when cheques are sent in clearing as there is usually 2-3 days gap between debit of the account holder’s account and credit to the account of the payee/beneficiary of the cheque. What is this money known as?
- Q What have you done to ensure consistency across unit, quality, and production environments?
- Q What is difference between Fragment Caching and Page Caching in ASP.NET?
Answers
When using CDO, you might see this error:
error '80040108'
This can happen if you try to read or write a CDONTS property or a CDO configuration property after the mail has
been sent. Allegedly, these parameters are destroyed immediately after the message is sent, so they cannot be
accessed afterward - yielding the above error (which maps to CdoE_INVALID_OBJECT).
This can also happen if you do something like this:
<%
' ...
objCdo.body = "foo" & _
objCdo.send
%>
If you don't end that string correctly, the CDO object is going to try and append the send method to the body, which
of course is going to confuse the heck out of it. :-) So check your code for little items like that...
In addition, if you are using CDONTS.NewMail, consider using CDO.Message instead (see Article #2026).
Your Comment
error '80040108'
This can happen if you try to read or write a CDONTS property or a CDO configuration property after the mail has
been sent. Allegedly, these parameters are destroyed immediately after the message is sent, so they cannot be
accessed afterward - yielding the above error (which maps to CdoE_INVALID_OBJECT).
This can also happen if you do something like this:
<%
' ...
objCdo.body = "foo" & _
objCdo.send
%>
If you don't end that string correctly, the CDO object is going to try and append the send method to the body, which
of course is going to confuse the heck out of it. :-) So check your code for little items like that...
In addition, if you are using CDONTS.NewMail, consider using CDO.Message instead (see Article #2026).
Your Comment
- 0
- 0
- New Answer
- Contributors: *,
More Software Questions..
What is the inputsplit in map reduce software?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is software configuration management?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What Is Java Api For Xml-based Rpc (jax-rpc)?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
How can you implement fine-grained auditing?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is IBM’s simple explanation for Big Data’s four critical features?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is static synchronized method in JDBC API? Give an example?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What does the NULLIF function do?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What happens if a start method is not invoked and the run method is directly invoked?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Should we override finalize method
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
what is the difference between mysql_fetch_array and mysql_fetch_object?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
How will XML affect my document links?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Why to use Style Sheets?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What are Filters in MVC?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Can you explain Application layer in OSI model?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
How to define new testplan attributes?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Which oracle package is used to manage the oracle lock management services?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is marker interface?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What types of partitioning are there for BW?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,