Subject Re: [IBO] Default Values
Author Lucas Franzen
Hi Ben,



> The problem with that is;
>
>>From what I understand, Lucas is suggesting I use native IBO.
> The primary reason we decided to try IBO was because of its claimed
> ability to be able to convert from BDE to non-BDE in a simple and
> efficient manner.

No, I wasn't suggesting (ok, in fact, if you'd ask me which set to use I
would suggest).

I just had a look at the TIBOQueries.
You can bind them to either:

- a TIB_Connection
or
- a TIBODatabase.

Both have the same properties (in fact TIBODatabase is a descendant of
TIB_Connection).
So my suggestions regarding the FieldEntryTypes, DefaultValues will work
with not native IBO, too.


Luc.