Is there a good reason for "FIRE_TRIGGERS" not being included in the
list of valid bcp hints?
Constantin Vasilyev
NCBI Contractor, DBA
> cat bcp.c
.....
static const char *const hints[] = {
"ORDER", "ROWS_PER_BATCH", "KILOBYTES_PER_BATCH", "TABLOCK", "CHECK_CONSTRAINTS", NULL
};
.....