Hi All,
I have a rookie question that involves an ASP page as it interacts with Oracle. I think my problem is more on the Oracle side of things so I'll try here.
All I'm trying to do is pop the SYSDATE (date and time on the Db server) into a date field. Here's the command:
objRs.Fields("apprvl_dt").Value = "28-AUG-06"
As stated, I want to use SYSDATE rather than explicitly entering a date and time.
Any ideas?
-Striker
I have a rookie question that involves an ASP page as it interacts with Oracle. I think my problem is more on the Oracle side of things so I'll try here.
All I'm trying to do is pop the SYSDATE (date and time on the Db server) into a date field. Here's the command:
objRs.Fields("apprvl_dt").Value = "28-AUG-06"
As stated, I want to use SYSDATE rather than explicitly entering a date and time.
Any ideas?
-Striker