Subject Re: [IBO] Re: Generator not incrementing
Author Woody
From: "Ed Dressel" <dressel@...>
>> Glad it worked out. Don't know why though, cause it looks like
>> the code for the TIB_Database.Gen_ID function does basically
>> the same thing but it does use a different method for doing it.
>
> I have quite a bit of code to change now.

If you create basically the same kind of function in your main DM which does
this, you can do a search and replace as long as you always used the same
database call throughout your programs. It will also make it easier to
change back in the future should the problem be solved. You can just change
the function in the DM without rewriting any of the calling code again.

Woody (TMW)