blah blah blah is here! blah blah » Close

1
votes
3 answers

Determining Row Number in a SQL result when using ORDER BY

I'm trying to determine a user's ranking by using a 'score' field in my MS SQL database. I want to be able to show each user what their ranking is relative to everyone else, for instance showing me that I'm 3rd for points. Below is th ...

1
votes
1 answers

Send Mail via SMTP and GMail

I've been trying to get my application to send automated email by using a gmail account set up for the purpose, using SMTP. This is an account using Google Apps email, which uses the same servers as gmail for SMTP. I have already enabled ...

Feedback