Automatic Fields

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • hmario

    Automatic Fields

    Hi,

    it's possibile to define table fields for automatic Last_Update_Dat e and for
    Creation_date using column formula??

    Thanks !!!


  • Ed Murphy

    #2
    Re: Automatic Fields

    hmario wrote:
    it's possibile to define table fields for automatic Last_Update_Dat e and for
    Creation_date using column formula??
    You can create regular columns, and write (fairly simple) insert and
    update triggers to populate them appropriately. I don't know a simpler
    way to do it.

    Comment

    • hmario

      #3
      Re: Automatic Fields

      Hi.

      Ok, I do it with triggers, Thanks !!

      "Ed Murphy" <emurphy42@soca l.rr.comha scritto nel messaggio
      news:PqH6h.705$ Fg.383@tornado. socal.rr.com...
      hmario wrote:
      >
      >it's possibile to define table fields for automatic Last_Update_Dat e and
      >for Creation_date using column formula??
      >
      You can create regular columns, and write (fairly simple) insert and
      update triggers to populate them appropriately. I don't know a simpler
      way to do it.

      Comment

      Working...