The NexusDB Starter Edition is a DCU/binary only edition that features full C/S capabilities with restricted SQL features. There are no artificial performance limitiations or database/table size restrictions. The Starter Edition supports Delphi XE (incuding Delphi XE Starter Edition) and later, and C++ Builder XE (including C++ Builder Starter Edition) and later.
The NexusDB Starter Edition is very competitively priced and targeted at hobbyists and small business software developers. According to our normal support policies, the price includes 1 year base support after which a renewal is necessary to be eligible for further updates.
An upgrade from Starter Edition to the full NexusDB Developer SRC Edition is available for customers from their "Licenses & Support" page.
The details of the restrictions are as follows:
General restrictions:
- DCU only components
- No Server & Enterprise Manager sources
- The Starter Edition is limited to customers with $1,000 US or less profit generated from the applications created with NexusDB and limited to a maximum of 2 developers for each organization or company. Once a customer starts making more than $1,000 US or has more developers an upgrade to one of the NexusDB Developer Editions (DCU or SRC) is mandatory.
Server side restrictions:
- No Triggers
- No Application Server support (ASP.NET, NXScript, .NET)
- No remote commands
- No ADO/.NET connection abilities
Commands not available in SQL:
(in essence SQL is reduced to SELECT queries only)
- CREATE TABLE
- CREATE INDEX
- DROP TABLE
- DROP INDEX
- ALTER TABLE
- CREATE ALIAS
- DROP ALIAS
- ALTER ALIAS
- USE ALIAS
- INSERT INTO
- DELETE FROM
- UPDATE
- BEGIN TRANSACTION
- COMMIT
- ROLLBACK
- CREATE TRIGGER
- DROP TRIGGER
- CREATE ASSEMBLY
- DROP ASSEMBLY
- EXECUTE IMMEDIATE
- OPEN CURSOR
- CLOSE CURSOR
- FETCH