5.3. Software Stack 5.3.1. Preparing Visual Studio 2015 for Firebird Work 5.3. Software Stack Along with the libraries for working with Firebird, Entity Framework and MVC.NET,...
Appendix I. Document History Appendix I. Document History The exact file history is recorded in our git repository; see https://github.com/FirebirdSQL/firebird-documentation R...
3.5. Performing a client-only install 3.5.1. Windows 3.5.2. Linux and some other Posix clients 3.5. Performing a client-only install Each remote client machine needs to have ...
2.2.1. Domains BOOLEAN Type 2.2.1. Domains First, we define some domains that we will use in column definitions. CREATE DOMAIN D_BOOLEAN AS SMALLINT CHECK ( VALUE IN (...
7.1. Backup 7.1. Backup Firebird comes with two utilities for backing up and restoring your databases: gbak and nbackup. Both can be found in the bin subdirectory of your Fire...
1.2 Authorship 1.2.1 Contributors Direct Content Resource Content 1.2 Authorship For the Firebird 4.0 version, the Firebird 3.0 Language Reference was taken as the base, and ...
Database URL Database URL This module contains a helper function to generate a database connection from a URL connection string. connect (url, \*connect_params*) Create a Dat...
Database URL Database URL This module contains a helper function to generate a database connection from aURL connection string. connect (url, **connect_params) Create a Data...
3.4. Testing your installation 3.4. Testing your installation If you want to connect to your Firebird server across a network, then before testing the Firebird server itself yo...
6.4.1. Our Project’s Structure 6.4.1. Our Project’s Structure These are the directories we are most interested in: app The main directory of our application. Models will be ...