Ustat Sevindik

Greenhorn
+ Follow
since Jun 15, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ustat Sevindik

One of the following:

An attempt was made to perform an operation on incompatible datatypes. For example, adding a character field to a date field (dates may only be added to numeric fields) or concatenating a character field with a long field.

An attempt was made to perform an operation on a database object (such as a table or view) that is not intended for normal use. For example, system tables cannot be modified by a user. Note that on rare occasions this error occurs because a misspelled object name matched a restricted object's name.

An attempt was made to use an undocumented view.

Source : AllAboutOracle.com

If you need to query oracle errors and their explanations directly, you can use AllAboutOracle.com like me.
William is right. You should use an external fax application.
This is better because some times the phone you have calling may busy or noanswer. In this situations, you should wait for a time and try again.etc..

If you want to send faxes in a real production system, you should use an external tool. According to me, the best tool is FaxCarrier.
It has an xml based integration technology like that.

<sendfax phone="123123123">
<pages>
<page template="background.bmp">
<annotation text="Hello From FaxCarrier." x=10 y=100 fontsize=12>
<annotation text="Sendind Fax is too easy." x=10 y=300 fontsize=10>
</page>
</pages>
</sendfax>


Can you prepare an xml like above ?
If you can, you send faxes from anywhere including Java,ASP,PHP.

Please visit www.intelligentSoftwares.com/FaxCarrierEn.asp
If you send an email to info@intelligentSoftwares.com, they can give you a shareware version.

Regards
17 years ago