Subject Re: [Firebird-Architect] External engines - metadata
Author Adriano dos Santos Fernandes
Roman Rokytskyy escreveu:
> especially when we have to consider Delphi
> problematics - there's different database access components with
> different interfaces.
We can have a generic API wrapper that can be used for any
language/component set that works with fbclient.dll.

This wrapper may define how to attach with current database based on the
connection string, as Jaybird do.

So in your component, you just change library name to the wrapper library.


Adriano