Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Constants in SQL
Mon, Jun 8 2009 9:37 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

I'm just writing the table alteration logging triggers. I'll be storing the logging level (None, Field, Table) in my config table for each table that can have logging turned on and since I'm going to be testing these in each trigger I had a sudden thought that it would be rather nice to be able to define constants as we can do in Delphi.

If you like the idea and can figure out how to implement it I'd suggest at session, or even engine level.

Roy Lambert
Mon, Jun 8 2009 2:59 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< I'm just writing the table alteration logging triggers. I'll be storing
the logging level (None, Field, Table) in my config table for each table
that can have logging turned on and since I'm going to be testing these in
each trigger I had a sudden thought that it would be rather nice to be able
to define constants as we can do in Delphi.

If you like the idea and can figure out how to implement it I'd suggest at
session, or even engine level. >>

It would have to be at the configuration level, most likely.  It's something
that I can look at when implementing the config-level procedures and
functions.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image