Description of IBGenerator :
IBGenerator is a very light component for fetching generator values from Interbase generators.The classic way to fecth a generator value from a IB server is to define a stored procedure on the server and fetch the value by executing a IBStoredProc on the client.This has 2 disadvantages:For every generator a stored procedure must be defined on the server.IBStoredproc needs a lot of resources on the client.By using the IBGenerator component this is not longer the case. IBGenerator is very light and defining a stored procedure is not needed anymore.