Difference between Standard and Professional editions?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
littlebigman
Posts: 3
Joined: Mon 18 May 2009 15:13

Difference between Standard and Professional editions?

Post by littlebigman » Wed 21 Oct 2009 17:41

Hello

I'm looking for a VCL component to work with an SQLite database, and I was wondering what the difference between those two editions?

[quote]The Standard edition includes the UniDAC common engine, but does not include server-specific data providers. Required providers can be installed with ODAC, SDAC, MyDAC, IBDAC, and PgDAC. UniDAC Standard Edition is a cost-effective solution for those database application developers who need only several of supported data providers, or already have some of DACs.[quote] (source)

It looks like I need the Professional edition, but I was wondering in what case the Standard is good enough?

Thank you.

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

Post by Plash » Thu 22 Oct 2009 08:47

Standard edition can be used, for example, if you already have Oracle Data Access Components and want to use UniDAC with Oracle.

To work with SQLite you need Professional edition.

Post Reply