Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread How to get DbISAM engine to generate a time stamp?
Fri, Nov 20 2009 1:07 PMPermanent Link

Brent Samson
How can I get the DBSU to define a TimeStamp column so that the timestamps are generated
automatically by the engine instead of programming it into the application? TIA

Brent
Fri, Nov 20 2009 2:43 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Brent,

<< How can I get the DBSU to define a TimeStamp column so that the
timestamps are generated automatically by the engine instead of programming
it into the application? TIA >>

Just define a Default value of CURRENT_TIMESTAMP for the TimeStamp column.
You can find the Default values under the Details dialog that you can bring
forward by clicking on the Details column on the Structure tab in the Alter
Table dialog.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image