Subject Generators
Author Robert F. Tulloch
Hi:

I have 4 generators I added in my gdb. There are 8 additional ones
showing in between
my No 3 (index 2) & No 4 (index 11).

When I click on my No 4 I get list index out of bounds (11).

If I click on the item RDB$CONSTRAINT_NAME (index 3) current value 0
and open properties, it shows Gen Id 9 current value 4895. This is the
current value of my gen which is at list index pos 11.

I am sure I am confusing anyone reading this. I am trying to avoid
putting graphic in here.

Here are gens as viewed with IBConsole

Name Current Value

ACCESS_KEY 50 mine
BACKUPID_GEN 16 mine
CREDITKEY_GEN 69 mine
RDB$CONTRAINT_NAME 0 <--This shows value of
4895 when opened.
RDB$EXCEPTIONS 0 <-This and below are
index out of bounds
RDB$FIELD_NAME 0
RDB$INDEX_NAME 0
RDB$PROCEDURES 29
RDB$SECUEITY_CLASS 0
RDB$TRIGGER_NAME 0
SQL$DEFAULT 91
UNIQUEKEY_GEN 4895 mine

Obviously hosed up here but the UNIQUEKEY_GEN fires from the
appropriate table trigger and updates the record. I just did this in
test and it went from 4894 to 4895.

What are these others doing here? Do htye belong? Don't remember
seeing them
before?? Can I delete them?

Any help appreciated.

Best regards