Developing and Deploying the InterBase ToGo Edition

From InterBase
Jump to: navigation, search

Go Up to Application Development


The InterBase ToGo database engine can be embedded in applications by directly using the InterBase server library. Used in this form, InterBase does not have to be installed on any server or end-user workstation. Target applications for the ToGo Edition include small devices and public kiosks, as well as Value Added Reseller (VAR) applications that were built using InterBase. In addition, you can deploy the ToGo edition on a read-only device such as a CD and DVD without having to install anything else on the same machine.

The embedded InterBase engine can run faster with these types of database applications because network connections are not used and data is not passed between the application and a separate database server. This gives application developers more choice and flexibility in their database design and deployment.

The InterBase ToGo edition is available on all Windows platforms (XP, Vista, Server), and can access any InterBase database created by InterBase desktop or server editions, versions 2007 and later.

The InterBase ToGo edition allows only a single application to connect to the database. However, the application can make multiple connections to the database by using multiple threads, where a connection can be made for each thread. The database service, when accessing a database, exclusively locks the database file so that another application or InterBase server cannot access the database simultaneously.

Topics