other databases

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
adfranse
Posts: 4
Joined: Thu 05 Feb 2009 08:54

other databases

Post by adfranse » Thu 05 Feb 2009 08:58

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

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Mon 09 Feb 2009 12:01

UniDAC does not support NexusDB, and we have no plans for supporting it.

adfranse
Posts: 4
Joined: Thu 05 Feb 2009 08:54

Post by adfranse » Thu 12 Feb 2009 10:20

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

Ad Franse

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 17 Feb 2009 12:19

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.

Post Reply