Subject Re: [IBO] IBOTable complains about generator for another table
Author Helen Borrie
At 06:09 AM 11/02/2008, you wrote:

>My IBOTable whose TABLE is DBNOTES and which is calling
>IBOTable.Insert has no Master relations of any kind, at least none
>that I have intentionally constructed, and I can not find any
>properties in any components which now list "FOLDERID_GEN".
>
>How can I begin to find where this "FOLDERID_GEN" might exist which is
>causing the complaint? Can Generator information - however misnamed or
>otherwise - be found in some component field other than GeneratorLinks?

1. GeneratorLinks at connection level - so inspect the property on your IBODatabase component.

2. An in-code call to the function Gen_ID(). Both connection and dataset have this function available.

Helen