Subject Re: Using TIBODatabase instead of TIBDatabase
Author karlzeift
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
> At 12:05 PM 20/08/2004 +0000, you wrote:
>
> >Hi!
> >
> >I have an important component that needs to connect to a
TIBDatabase.
> >The problem is that I cant find any IBO-component that can do this.
> >Are there any workaround, or other solution (a IBO component that
> >inherits from TIBDatabase or TDatabase perhapse???)?
>
> There is a TIBODatabase, but its connectivity is native
Firebird/InterBase
> API. It doesn't inherit from TDatabase. but it emulates the single
> connection/embedded transaction model of TDatabase.
>
> The IBObjects components aren't related to (or compatible with) the
> InterBaseXpress stuff at all.
>
> What does your "workaround" need to work around?
>
> Helen

I was thinking there was another component inheriting from
TIBDatabase, that would allow me to connect my other component. It
seems that IBO wont work for me. I cant replace the other component
I'm afraid.

regards

Karl