Ask a Question related to Coldfusion Database Access, Design and Development.
-
Shane930 #1
Inserting a timestamp when record is inserted
Hi, how would I have a form insert a timestamp when the form was submitted for
update into a table. I know there is a timestamp column type but I can not
locate how to use it on an update.
Thanks in advance
Shane
Shane930 Guest
-
ID of last record inserted
Is it possible, with a MS Access database, to pull the ID of a record just inserted? I have found various threads and tutorials on various sites... -
Accepted way to grab the ID of a record you have just inserted?
I have a page that inserts a new record into a DB. Upon doing so, I want to refresh the page and return the data that was just entered (including... -
Identity from inserted record
I'm inserting a record into a SQL Server database. Once the record has been added, I need the Identity value that SQL Server created. Normally, the... -
returning an inserted SQL record
Found my answer... Select max(column) as ID from table -
mySQL / Last inserted record ID
Hi, I'm using mySQL and wanted to get the ID of the record that I have just inserted in to the table (sentmessages). There is a function in mySQL... -
jdeline #2
Re: Inserting a timestamp when record is inserted
What database are you using?
jdeline Guest
-
-
jdeline #4
Re: Inserting a timestamp when record is inserted
Check out <a target=_blank class=ftalternatingbarlinklarge href="http://dev.mysql.com/doc/refman/5.0/en/timestamp-4-1.html">http://dev.mysql.com/doc/refman/5.0/en/timestamp-4-1.html</a>
jdeline Guest



Reply With Quote

