Hi,

I want to save date and time of the creation of a row in a field.

That could be handled by a timestamp, I know that.

But I don't want the value to be updated automatically after an update.

I tried 

.

creation datetime not null default now()

.

in the create table statement, but got an error.

 

I know, that I'm able to use creation=now() in the insert statement, but
parts of the code are encrypted and I can't change them. So I need a way to
handle that without modifying the statements.

 

Got any ideas?

 

Frank Busch

 

 

 

Reply via email to