N
Noozer
I'm using ASP to access an MS Access database. One issue that I'm constantly
having problems with is Date/Time records.
What I'd like to know is how does one work with date variables in ASP?
My current problem is this...
I have two variables, Mnth and Yr, which each hold an integer. Mnth holds
between 1 and 12 ( a month ), and Yr holds the desired year (2005 for
example).
With only these two variables how can I generate a full date to use in an
SQL query, such as:
SELECT * From Table WHERE DateAdded>??<date value here>??
having problems with is Date/Time records.
What I'd like to know is how does one work with date variables in ASP?
My current problem is this...
I have two variables, Mnth and Yr, which each hold an integer. Mnth holds
between 1 and 12 ( a month ), and Yr holds the desired year (2005 for
example).
With only these two variables how can I generate a full date to use in an
SQL query, such as:
SELECT * From Table WHERE DateAdded>??<date value here>??