|
Home > Archive > SQL Anywhere Mobile > June 2005 > send e-mail thorugh th mobilink
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
send e-mail thorugh th mobilink
|
|
|
| Hi all,
mobilink 9.0.2.3044
i want the mobilink to send e-mail on every error it has
with the error it self how can i do that??
| |
| Breck Carter [TeamSybase] 2005-06-27, 9:24 am |
| See xp_sendmail.
And good luck... many environments make it impossible for programs to
send emails because of security issues.
Breck
On 26 Jun 2005 22:53:00 -0700, Omri wrote:
>Hi all,
>mobilink 9.0.2.3044
>
>i want the mobilink to send e-mail on every error it has
>with the error it self how can i do that??
--
SQL Anywhere Studio 9 Developer's Guide
Buy the book: http://www.amazon.com/exec/obidos/A...7/risingroad-20
bcarter@risingroad.com
RisingRoad SQL Anywhere and MobiLink Professional Services
www.risingroad.com
| |
| Reg Domaratzki \(iAnywhere Solutions\) 2005-06-28, 11:24 am |
| What consolidated database are you using? As Breck pointed out, if the
consolidated is ASA, you can use xp_sendmail to send e-mail from the
handle_error stored procedure.
If the consolidated is non-ASA, you can always make your handle_error stored
procedure a .NET assembly that sends the mail for you.
--
Reg Domaratzki, Sybase iAnywhere Solutions
Sybase Certified Professional - Sybase ASA Developer Version 8
Please reply only to the newsgroup
iAnywhere Developer Community : http://www.ianywhere.com/developer
iAnywhere Documentation : http://www.ianywhere.com/developer/product_manuals
ASA Patches and EBFs : http://downloads.sybase.com/swx/sdmain.stm
-> Choose SQL Anywhere Studio
-> Set "Platform Preview" and "Time Frame" to ALL
<Omri> wrote in message news:42bf9438.6d3e.1681692777@sybase.com...
> Hi all,
> mobilink 9.0.2.3044
>
> i want the mobilink to send e-mail on every error it has
> with the error it self how can i do that??
| |
| Greg Fenton 2005-06-28, 11:24 am |
| Reg Domaratzki (iAnywhere Solutions) wrote:
>
> If the consolidated is non-ASA, you can always make your handle_error stored
> procedure a .NET assembly that sends the mail for you.
>
Or Java.
greg.fenton
--
Greg Fenton
Consultant, Solution Services, iAnywhere Solutions
--------
Visit the iAnywhere Solutions Developer Community
Whitepapers, TechDocs, Downloads
http://www.ianywhere.com/developer/
|
|
|
|
|