Hello,

Where in the DB do I look for subscriptions?

How do I find out if someone has a subscription and when it expires?

I need to validate subscribers in order to let them use certain pages on the site.
I realize that the 'Orders' table has 'AuthorizedOn' as a column. I could do a datediff on this but I'm assuming there's a cleaner methodology.

Also, there are two eBooks in this site. I need to differentiate between subscriptions in order to allow/disallow access to their respective topics/files.
(I don't know the DB well enough yet)