Auto Populate Time

J

Jeff Messick

Guest
IS there any way to set the table to auto popu;ate the time the entry was put into the data base, if there is how do i do this ???

Thanks in advance.
 
S

Stan

Guest
You can put into your database a field type called "datestamp" of attribute "datetime" not null and a default enty: "0000-00-00 00:00:00".

That should do it.
 
E

Eugenio

Guest
Jeff Messick wrote:
>
> IS there any way to set the table to auto popu;ate the time
> the entry was put into the data base, if there is how do i do
> this ???

You have to use the insert_date field type.

Eugenio.

(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
Top