File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes Regarding send a mail automatically for birthdays before 3 days Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Regarding send a mail automatically for birthdays before 3 days" Watch "Regarding send a mail automatically for birthdays before 3 days" New topic
Author

Regarding send a mail automatically for birthdays before 3 days

surya.raaj prakash
Ranch Hand

Joined: Oct 30, 2009
Posts: 76
HI Friends,

I have one requirement,i.e How to create SOL Query send a mail automatically for birthdays before 3 days?

Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35223
    
    7
SQL and JDBC are for accessing databases, not for sending mails; check out the JavaMail API for that (the JavaEnterpriseEditionFaq has helpful links about it).


Android appsImageJ pluginsJava web charts
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26149
    
  66

Or are you asking how to do a query to get dates less than 3 days away? If so, what database are you using? Have you looked at the date functions for that database?


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
surya.raaj prakash
Ranch Hand

Joined: Oct 30, 2009
Posts: 76
Jeanne Boyarsky wrote:Or are you asking how to do a query to get dates less than 3 days away? If so, what database are you using? Have you looked at the date functions for that database?


Hi Jeanne Boyarsky,

Yes,
MySql,
yes,I have looked at date functions but i couldn't get the right query to to send mail before 3 days..
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35223
    
    7
OK, so the problem has nothing to do with sending emails, and everything to do with writing a SELECT statement. Post the statement you have used so far, and describe which records it -correctly or incorrectly- selects. Also tell us the data types and sample values of the involved attributes.
 
I agree. Here's the link: jrebel
 
subject: Regarding send a mail automatically for birthdays before 3 days
 
Similar Threads
help on semantic
6 weeks and nothing?
Help on semantic email
Can we ask Sun(Oracle) for extending the deadline on uploading the assignment
certManager..why?