|
 |
asp_databases thread: submit form- ad date to oracle table
Message #1 by "Dan Englander" <danomatic12@e...> on Sun, 16 Feb 2003 22:03:23 -0500
|
|
Is there a way that when my submit form dumps it's data into my Oracle table
for the current date and time to be input at the same time in the new table
row that has been created.
When I go back and look at the table later on, I want to see at what
time/date or even just the day/month when each entry was submitted.
Thanks,
Dan
http://www.danenglander.com/
-----------------------------------
Message #2 by Greg Griffiths <greg2@s...> on Mon, 17 Feb 2003 20:50:40 +0000
|
|
just add SYSDATE as a value.
At 22:03 16/02/03 -0500, you wrote:
>Is there a way that when my submit form dumps it's data into my Oracle table
>for the current date and time to be input at the same time in the new table
>row that has been created.
>
>When I go back and look at the table later on, I want to see at what
>time/date or even just the day/month when each entry was submitted.
>
>Thanks,
>
>Dan
>
>http://www.danenglander.com/
>
>-----------------------------------
>
>
|
|
 |