Page 1 of 1

other databases

Posted: Thu 05 Feb 2009 08:58
by adfranse
Hello is it possible to extend unidac supporting NexusDB ?

(or has someone already created this).

due to the protected RegisterProviderDesc (TUniProviders) it is difficult to extend. what is the solution for this ?

Ad Frase

Posted: Mon 09 Feb 2009 12:01
by Challenger
UniDAC does not support NexusDB, and we have no plans for supporting it.

Posted: Thu 12 Feb 2009 10:20
by adfranse
due to the protected RegisterProviderDesc (TUniProviders) it is difficult to extend. what is the solution for this ?

Ad Franse

Posted: Tue 17 Feb 2009 12:19
by Plash
You can change the source of UniProvider.pas and make the RegisterProviderDesc method public.

Maybe we'll also change this unit if you will be able to make a provider with this change. But note that creating a provider is a difficult task.