Firebird 2 QuickStart GermanKonfigurationsdatei fire- bird.conf. Guardian Wenn als Windows Anwendung und nicht als Dienst ausgeführt, so kann der Firebird Guardian nicht verwendet werden. Beach- ten Sie, dass das Ausführen von Firebird Zeitpunkt immer noch auf eine andere Architektur umsteigen können. Ihre Anwendungen und Datenbanken werden, so wie vor dem Umstieg, funktionsfähig bleiben. Firebird 2 Schnellanleitung 5 Für Linux beginnen die/examp- les/empbuild UDF Bibliotheken ib_udf.so, fbudf.so /UDF Zusätzliche serverseitige Bibliotheken libicu*.so, libib_ util.so /bin Linux und mög- licherweise ande- 0 码力 | 37 页 | 207.22 KB | 1 年前3
Firebird Null Guide: NULL behaviour and pitfalls in Firebird SQLyou only need a quick reference to refresh your memory, go to the summary at the end of the guide. So — what is it? In SQL, NULL is not a value. It is a state indicating that an item’s value is unknown sense it’s not really wrong — it just doesn’t give you what you want. The same goes for “… <> NULL”, so don’t use that either; use IS NOT NULL instead. IS NULL and IS NOT NULL always return true or false; You can e.g. include NULL in an IN() list, write expressions like “if ( MyField = NULL ) then…”, and so on. However, as a general rule you should not make use of these new possibilities! In almost every0 码力 | 69 页 | 479.63 KB | 1 年前3
firebird 5 quickstartguidethe Firebird source code or parts of it. You may distribute such modified versions, but if you do so, you must document your modifications and make them publicly available, at no cost, under the same them, from ODS 13.0 to ODS 13.1, but won’t open databases that were created by Firebird 3 or older. So, before taking down your existing setup, you should back up all your databases in order that you can to upgrade from ODS 13.0 to ODS 13.1, but we recommend using the backup and restore route (if only so you have a backup as a fallback). Upgrading the security database from Firebird 2.5 and earlier Back0 码力 | 49 页 | 396.21 KB | 1 年前3
Firebird 2 QuickStartrecompile the Firebird source code or parts of it. You may distribute such modified versions, but if you do so, you must document your modifications and make them publicly available, at no cost, under the same libraries ib_udf.so, fbudf.so/UDF Additional server-side libraries libicu*.so, libib_util.so /lib Client libraries libfbclient.so.2.m.n (net- work client) libfbembed.so.2.m.n (lo- (lo- cal client with embedded engine, Classic only) The usual symlinks (*.so.2, *.so) are created. Legacy libgds.* symlinks are also in- stalled. /usr/lib[64] (actually, the real stuff is in /lib 0 码力 | 40 页 | 218.42 KB | 1 年前3
Firebird 2.1.5 Installationthis variable, you should remove or update it before you begin installing Firebird 2.1. After doing so, you should also check that the old value is no longer Known Compatibility Issues 2 visible in the but it did not. In Firebird 2.0, if you need to make NULL invalid in a CHECK constraint, you must do so explicitly by extending the constraint. Using the example above: CHECK (DEPTNO IN (10, 20, 30) AND purpose is to allow a window for people to bring legacy code into line. It will be deprecated in future so there is no good reason for anyone to write non-compliant statements in new code! Multiple Hits to0 码力 | 46 页 | 217.89 KB | 1 年前3
Firebird Docwriting Guide GermanInsbesondere für Howtos, Tutorials oder Anwenderhandbücher. Das heißt: Arrangieren Sie die Einheiten so, dass der Benutzer das was er als erstes tun oder lernen muss auch zuerst liest. • Legen Sie den Abriss soviel bedeutet wie, Standardtext mit Markup-Tags versehen. Ein typisches XML-Text-Fragment könnte so aussehen:'No!' she screamed.But the bloody hand kept on verwendet, aber an manchen Stellen ist es wichtig die Unterschiede zu kennen. XML Zusammenfassung So – das war alles was Sie über XML wissen müssen. Sie sollten nun eine grundlegende Idee haben was XML 0 码力 | 49 页 | 228.41 KB | 1 年前3
Firebird Internals: Inside a Firebird Databasepage (page type 0x01 — see below) which holds details about the database itself, the page size and so on. The second page in the database is a Page Inventory Page or PIP (page type 0x02) which details Pointer Pages (page type 0x04), Index BTree Pages (page type 0x07), Data Pages (page type 0x05) and so on. There is a discussion of each page type below. 2.2. Multiple File Databases A multiple file Firebird database, where its other files are to be found, shadow file names, database page size, ODS version and so on. On startup, the Firebird engine reads the first part (1,024 bytes) of the first page in the first0 码力 | 63 页 | 261.00 KB | 1 年前3
firebird 40 language referenceidentifier such as "FULLNAME" is the same as the regular identifiers FULLNAME, fullname, FullName, and so on. The reason is that Firebird stores regular identifiers in upper case, regardless of how they were before being inserted into the table. However, this happens after the numerical value is determined, so 0x80000000 (8 digits) and 0x080000000 (9 digits) will be saved as different BIGINT values. 3.2. Floating-Point internally to DECFLOAT(34). The result of various mathematical operations, such as LOG(), EXP() and so on, and aggregate functions using a high precision numeric argument, will be DECFLOAT(34). 3.3.10 码力 | 778 页 | 3.43 MB | 1 年前3
Firebird 1.5 QuickStart RussianБиблиотеки UDF ib_udf.so, fbudf.so/UDF Linux и, возмож- но, другие UNIX дистрибутивы Клиент Firebird libfbclient.so.1. 5.n (двоичный файл); libfbclient.so.1, libfbclient.so (сим- волические ссылки) только клиента Каждая удаленная клиентская машина требует наличия клиентской библиотеки – libfbclient.so на Posix-системах или fbclient.dll на Windows-системах – соответствующую версии сервера Firebird. На сервере, на котором установлен Firebird, найдите в директории /opt/firebird/lib файл libfbclient.so.1.m.n (где m.n означают минорное значение версии, например 5 для Firebird версии 1.5, и номер сборки 0 码力 | 31 页 | 429.84 KB | 1 年前3
Firebird 1.5 QuickStart SpanishEn máquinas multiprocesador con Windows, el rendimiento puede incluso caer dramáticamente cuando el SO cambia el proceso entre las CPUs. Para prevenir esto, fije el parámetro CpuAffinityMask en el archivo Librerías UDF ib_udf.so, fbudf.so/UDF Linux y posible- mente otras distri- buciones UNIX Cliente Firebird libfbclient.so.1. 5.n (binario); libfb- client.so.1, libfb- client.so (enlace sim- bólico) defecto El usuario SYSDBA posee todos los privilegios sobre el servidor. Dependiendo de la versión, SO, y arquitectura, el programa de instalación • instalará el usuario SYSDBA con la clave masterkey (actualmente 0 码力 | 26 页 | 174.63 KB | 1 年前3
共 35 条
- 1
- 2
- 3
- 4













