If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DB2 Send Mail Stored Procedure

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-10-04, 09:42
JDionne JDionne is offline
Registered User
 
Join Date: Aug 2002
Location: Charlotte NC
Posts: 663
DB2 Send Mail Stored Procedure

is there a DB2 Send Mail Stored Procedure that can be used to send e mails? In SQL Server there is a stored procedure that just requires some paramiters that will allow me to send e mails with query results and alot of other cool things. Does anything like this exhist in DB2?
Jim
__________________
------------
And back to SQL Server....I always find my way home
View my Linkedin profile
Reply With Quote
  #2 (permalink)  
Old 06-10-04, 16:23
bmujeeb bmujeeb is offline
Registered User
 
Join Date: Mar 2004
Posts: 448
DB2 stored procedures can call external library (written in java, c etc),
so most of the things can be done through that libraries.
check the ibm development site, relevant to db2 . you will find some
stored procedures that will provide that functionality.
I have seen that a quite while ago.

regards,

mujeeb
Reply With Quote
  #3 (permalink)  
Old 06-11-04, 07:48
JDionne JDionne is offline
Registered User
 
Join Date: Aug 2002
Location: Charlotte NC
Posts: 663
Quote:
Originally Posted by bmujeeb
DB2 stored procedures can call external library (written in java, c etc),
so most of the things can be done through that libraries.
check the ibm development site, relevant to db2 . you will find some
stored procedures that will provide that functionality.
I have seen that a quite while ago.

regards,

mujeeb
DB2 Development site....www.ibm.com/db2?
__________________
------------
And back to SQL Server....I always find my way home
View my Linkedin profile
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On