community.borland.com

Article #25252: Dropping Generators

Problem:
Problem is trying to inactivate and delete generators. 

Solution:
Cause:

InterBase does not support DROP GENERATOR

Solution:     

To stop inserting a generated number in a database column, delete or 
modify the trigger, stored procedure, or application so that GEN_ID() is 
no longer invoked. Getting rid of the generator name is not really necessary 
as it involves going into the system tables.


Last Modified: 02-OCT-00