Luke,
In MS SQL 6.5 & 7, you can pull the current date/time stamp directly by
using the getdate() function. This is similar to the now() in CF.
As part of your DB statement, include
insert into tablename values (fields1, field2, getdate())
or
update tablename set mydatefield=getdate()
Ryan Hartwich
-----Original Message-----
From: Luke Kearney [mailto:[EMAIL PROTECTED]]
Sent: Sunday, August 13, 2000 9:13 PM
To: 'Cold Fusion Community'
Subject: hidden time date stamps
Can anyone give me some idea how to insert records to a DB and give the
time and date stamp of the server not a client side input ? I don't want
users to input time and date on their updates.
Thanks
Luke Kearney
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_community or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.