If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Date & time entry into Oracle with ASP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-25-08, 19:54
daveyy daveyy is offline
Registered User
 
Join Date: Oct 2004
Location: Edinburgh Scotland
Posts: 23
Date & time entry into Oracle with ASP

This has me stumped, so I'm hoping you guys can assist with this?

I have a hidden field on my ASP page that contains the current server date. When the use clicks save, an insert statement adds the collected data to a table in Oracle 8.

I need to refine this. I want the hidden field to hold the current server date & time and insert this into the database. I can get this to work if I use 2 hidden fields (1 containing the date with the other containing the time). Thing is I want both the date & time in the date column.

Any suggestions will prevent further hair loss.
Reply With Quote
  #2 (permalink)  
Old 03-26-08, 04:35
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
Set the default value of the field in the database to be the current date; thus letting the database engine do the work for you.
__________________
George
Twitter | Blog
Reply With Quote
  #3 (permalink)  
Old 03-27-08, 10:43
daveyy daveyy is offline
Registered User
 
Join Date: Oct 2004
Location: Edinburgh Scotland
Posts: 23
Thanks for guidance. I went ahead and did it this way.
Reply With Quote
  #4 (permalink)  
Old 03-27-08, 10:59
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
Glad I could be of some help

And thank you very much for coming back and reporting how you went about resolving your issue!
__________________
George
Twitter | Blog
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On