Reputation: 3699
Googled for a long time but cant seem to find an answer. Is there any x64 embedded database to use with Delphi ? Cant seem to find any
Upvotes: 3
Views: 1473
Reputation: 16045
Among free embedded engines there is also Nexus DB to be listed.
http://www.nexusdb.com/support/index.php?q=node/509
People worked with v2 told that the choice is dubious:
People worked with v3 mostly tell that is hollywar and totally outdated claims.
Up to me, if to need on disk persistence, then go to Firebird Embedded + Unified Interbase library. If to need relatively small in-memory tables with little latency - then NexusDB Embedded would be free and natively-integrating suite.
Upvotes: 0
Reputation: 136391
Delphi XE 2 supports FireBird 2.5 using dbExpress, So try the Firebird x64 Embedded version.
Upvotes: 6
Reputation: 312
Check AnyDAC 5.0.3 with XE2 and 64-bit support. SQLite is already included into library installer.
Embedded:
- SQLite Database
- Firebird Embedded
- MySQL Embedded
- Berkeley DB
- Advantage Local
Upvotes: 4
Reputation: 612954
Devart have a dbExpress driver for sqlite that supports XE2 64 bit targets.
Upvotes: 2