Subject Constraint to column name in schemacache ?
Author Tim Pearce
I'm new to IBO.

I am doing a series of update/insert operations into a table which is
specified at run time. I expect to get unique key constraint
violations from time to time.

When I get such a violation I can get the constraint name out of the
message ( is there any other way ? ). Can I find the column names
involved using the IB_connection.SchemaCache ? If so how ?
I have not tried using TIB_Stringlist yet.

Tim