NexusDB: Difference between revisions
No edit summary |
No edit summary |
||
(25 intermediate revisions by 18 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox software |
{{Infobox software |
||
| name = |
| name = NexusDB |
||
| logo = |
| logo = |
||
| screenshot = |
| screenshot = |
||
| caption = |
| caption = |
||
| developer = [http://www.nexusdb.com/ |
| developer = [http://www.nexusdb.com/ NexusQA Pty Ltd] |
||
| latest release version = |
| latest release version = 4.50.26 |
||
| latest release date = |
| latest release date = February 2021 |
||
| programming language |
| programming language = [[Delphi (programming language)|Delphi]], [[C++ Builder]], [[C Sharp (programming language)|C#]] |
||
| operating system = [[Microsoft Windows|Windows]] |
| operating system = [[Microsoft Windows|Windows]] |
||
| genre = [[RDBMS]] |
| genre = [[RDBMS]] |
||
| license = [ |
| license = [https://www.nexusdb.com/support/index.php?q=node/27025 Commercial] |
||
| website = |
| website = {{URL|https://www.nexusdb.com/}} |
||
}} |
}} |
||
'''NexusDB''' is a commercial database engine for the [[Delphi]], [[C++ Builder]] and [[.NET Framework|.NET]] programming languages created by NexusDB Pty Ltd. It was developed as a successor to the [[TurboPower]] FlashFiler system for Delphi (still available for free download {{As of| |
'''NexusDB''' is a relational commercial database engine for the [[Delphi (programming language)|Delphi]], [[C++ Builder]] and [[.NET Framework|.NET]] programming languages created by NexusDB Pty Ltd. It was developed as a successor to the [[TurboPower]] FlashFiler system for Delphi (still available for free download {{As of|2017|lc=on}}).<ref>[https://www.nexusdb.com/support/index.php?q=node/506 NexusDB History]</ref> The database engine supports the [[SQL:2003]] standard alongside Core [[SQL]] functionality as well as direct cursor based data access. |
||
'''NexusDB''' also provides database connectors for easy access from various development and application environments: |
'''NexusDB''' also provides database connectors for easy access from various development and application environments: |
||
* ADO.NET Provider |
* ADO.NET Provider for Visual Studio; supports Windows, Android, iOS, MacOSX targets |
||
* ODBC/CLI Driver |
* ODBC/CLI Driver for Windows |
||
* PHP Connector |
* PHP Connector for Windows |
||
The website has a Client/Server trial edition <ref>[https://www.nexusdb.com/support/index.php?q=v3trial Client/Server trial edition]</ref> and an online manual.<ref>[http://www.nexusdb.com/support/index.php?q=nexusdb_manual_v3.htm Online Manual]</ref> A free version (without source code) for embedded/single user can be downloaded via the GetIt tool in [[RAD Studio|Rad Studio]] XE8 or newer. An SQL-based third-party database development tool, [[Database Workbench]], has been developed by [[Upscene Productions]].<ref>[https://www.upscene.com/ Upscene Productions]</ref> Third-party support exists for Fast Report and ReportBuilder reporting tools. |
|||
An SQL based third party database development tool [[Database Workbench]] is available from Upscene Productions.<ref>[http://www.upscene.com Upscene Productions]</ref> |
|||
==References== |
==References== |
||
Line 29: | Line 27: | ||
==External links== |
==External links== |
||
*[ |
* [https://www.nexusdb.com/ NexusDB Homepage] |
||
*[ |
* [https://www.nexusdb.com/support/index.php?q=nexusdb Product Information] |
||
*[ |
* [https://sourceforge.net/projects/tpflashfiler/ FlashFiler] |
||
*[ |
* [https://www.upscene.com/database_workbench/ Database Workbench] |
||
{{DEFAULTSORT:Nexusdb}} |
|||
[[Category:Database engines]] |
[[Category:Database engines]] |
||
[[Category:Proprietary database management systems]] |
[[Category:Proprietary database management systems]] |
||
[[Category:Pascal (programming language) software]] |
Latest revision as of 10:35, 20 January 2022
Developer(s) | NexusQA Pty Ltd |
---|---|
Stable release | 4.50.26
/ February 2021 |
Written in | Delphi, C++ Builder, C# |
Operating system | Windows |
Type | RDBMS |
License | Commercial |
Website | www |
NexusDB is a relational commercial database engine for the Delphi, C++ Builder and .NET programming languages created by NexusDB Pty Ltd. It was developed as a successor to the TurboPower FlashFiler system for Delphi (still available for free download as of 2017[update]).[1] The database engine supports the SQL:2003 standard alongside Core SQL functionality as well as direct cursor based data access.
NexusDB also provides database connectors for easy access from various development and application environments:
- ADO.NET Provider for Visual Studio; supports Windows, Android, iOS, MacOSX targets
- ODBC/CLI Driver for Windows
- PHP Connector for Windows
The website has a Client/Server trial edition [2] and an online manual.[3] A free version (without source code) for embedded/single user can be downloaded via the GetIt tool in Rad Studio XE8 or newer. An SQL-based third-party database development tool, Database Workbench, has been developed by Upscene Productions.[4] Third-party support exists for Fast Report and ReportBuilder reporting tools.