Firebird 1.5 ErrorCodes### Firebird 1.5 Error Codes from msg.gbak, release sources |SQLCODE|GDCODE|SYMBOL|TEXT| |---|---|---|---| |101|335544366|segment|Segment buffer length shorter than expected| |100|335544338|from\_no\_match|No |-902|335544472|login|Your user name and password are not defined. Ask your database administrator to set up a Firebird login.| |-902|335544506|shutinprog|Database <string> shutdown in progress| |-902|335544528|shutdown|Database <string> is same as one of the SQL role name. Ask your database administrator to set up a valid Firebird login.| |-902|335544791|file\_in\_use|The file <string> is currently in use by another process0 码力 | 26 页 | 85.09 KB | 2 年前3
Firebird 1.5 QuickStart Spanish### Firebird 1.5 - Guía de arranque rápido Editores de IBPhoenix Algunos agregados, y actualización a 1.5: Paul Vinkenoog Traducción al castellano: Ernesto Cullen ## Tabla de contenidos Acerca de esta 3 ¿Classic o Superserver? ..... 3 Ubicaciones en disco por defecto ..... 5 Instalación de Firebird ..... 7 Discos de instalación ..... 7 Programa o script de instalación ..... 7 Probar su instalación instalación ..... 8 Haciendo Ping al servidor ..... 8 Comprobar que el servidor Firebird está ejecutándose ..... 9 Otras cosas necesarias ..... 12 Una dirección de red para el servidor ..... 120 码力 | 26 页 | 174.63 KB | 2 年前3
Firebird 1.5 QuickStart French### Firebird 1.5 Guide de démarrage IBPhoenix Editors Traduction en français: Philippe Makowski 8 Avril 2005 - Document version 2.1.1-fr ## Table des matières A propos de ce guide ..... 3 Que contient ..... 3 Classic ou Superserver ? ..... 3 Emplacements disque par défaut ..... 5 Installer Firebird ..... 7 Disque d'installation ..... 7 Script d'installation ou programme ..... 7 Tester Tester votre installation ..... 8 Faire un Ping du serveur ..... 8 Vérifier que le serveur Firebird est en marche ..... 9 Autres points nécessaires ..... 12 Une adresse réseau pour le serveur0 码力 | 29 页 | 192.46 KB | 2 年前3
Firebird 1.5 QuickStart Russian### Firebird 1.5 Быстрый старт IBPhoenix Editors Изменения и дополнения: Firebird Project Перевод с английского: Григорий Сапунков 15 Марта 2007 - Версия документа 2.2.2.ru ## Содержание Об этом руководстве 3 Classic или Superserver? ..... 3 Стандартное расположение на диске ..... 5 Устанавливаем Firebird ..... 7 Установка сервера ..... 7 Тестируем то, что установили ..... 8 Что еще может понадобиться 18 Firebird SQL ..... 19 Безопасность и надежность ..... 22 Безопасность ..... 22 Резервируем ..... 23 Как повредить базу данных ..... 24 В поисках помощи ..... 25 Проект Firebird .....0 码力 | 31 页 | 429.84 KB | 2 年前3
Scrapy 1.5 DocumentationScrapy 1.5 documentation This documentation contains everything you need to know about Scrapy. Getting help Having trouble? We’d like to help! Try the FAQ – it’s got answers to some common questions. fixed amount of time between requests, but uses a random interval between 0.5 * DOWNLOAD_DELAY and 1.5 * DOWNLOAD_DELAY. When CONCURRENT_REQUESTS_PER_IP is non-zero, delays are enforced per ip address instead Default: True If enabled, Scrapy will wait a random amount of time (between 0.5 * DOWNLOAD_DELAY and 1.5 * DOWNLOAD_DELAY) while fetching requests from the same website. This randomization decreases the chance0 码力 | 361 页 | 573.24 KB | 2 年前3
Scrapy 1.5 Documentationfixed amount of time between requests, but uses a random interval between 0.5 * DOWNLOAD_DELAY and 1.5 * DOWNLOAD_DELAY. When CONCURRENT_REQUESTS_PER_IP is non-zero, delays are enforced per ip address instead Default: True If enabled, Scrapy will wait a random amount of time (between 0.5 * DOWNLOAD_DELAY and 1.5 * DOWNLOAD_DELAY) while fetching requests from the same website. This randomization decreases the chance support was added in Scrapy 1.1. PyPy support was added in Scrapy 1.4, PyPy3 support was added in Scrapy 1.5. Note: For Python 3 support on Windows, it is recommended to use Anaconda/Miniconda as outlined in0 码力 | 285 页 | 1.17 MB | 2 年前3
Conan 1.5 Documentationcom/conan-io/conan for issues and more details about development, contributors, etc. Important: Conan 1.5 shouldn't break any existing 1.0 recipe, or command line invocation. If it does, please report0 码力 | 422 页 | 2.85 MB | 1 年前3
Firebird Internals: Inside a Firebird Database Firebird Internals Inside a Firebird Database Norman Dunbar Version 1.2, 13 August 2021 ## Table of Contents 1. Introduction this document is to try to explain what goes on inside a Firebird database. Much of the information in this manual has been extracted from the Firebird source code — mainly on the ODS related code and headers patiently answered on the Firebird Support forums where the developers hang out. Much hex dumping of database files was undertaken in the creation of this document, but no Firebird databases were harmed during0 码力 | 63 页 | 261.00 KB | 2 年前3
firebird isqlFirebird Interactive SQL Utility Kamala Vadlamani, Paul Vinkenoog, Norman Dunbar, Mark Rotteveel Version 1.0, 24 December 2021 Table of Contents 1. Introduction. . . . . . . . . . . . . . . . . . 75 Table of Contents 3 Chapter 1. Introduction This manual provides reference material for the Firebird Interactive SQL Utility (isql), and instructions on how to use it to perform tasks within the database isql utility in Firebird version 1.5 and higher. Chapter 1. Introduction 4 Chapter 2. Overview The isql utility is a text-mode client tool located in the bin directory of the Firebird installation. It0 码力 | 76 页 | 369.92 KB | 2 年前3
firebird cache1880ebc897/p1_1.jpg) # Firebird Database Cache Buffer Norman Dunbar, Martin Köditz Version 1.2, 28 May 2020 ## Table of Contents 1. Introduction ..... 2 2. The Firebird Cache ..... 3 3. Using Appendix A: Document history ..... 9 Appendix B: License notice ..... 10 ### Chapter 1. Introduction Firebird uses a page cache to hold pages in memory. It is much quicker to retrieve pages from RAM than to each time they are required. The following description of how Firebird uses its cache is taken from a posting by Ann Harrison on the Firebird Support mailing list. The posting was in response to a query0 码力 | 11 页 | 82.76 KB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
错误代码错误处理Firebird数据库SQL错误代码数据库问题Firebird 1.5Classic ServerSuperserverInstalaciónSeguridadFirebirdversioninstallationcomponentsconfigurationУстановкаЛицензияScrapy 1.5新功能Google Cloud StoragePTPython REPL兼容性变化Scrapy框架版本更新性能优化Conan跨平台构建系统版本稳定性Generator PageWrite Ahead Log PageIndex Root PageFirebird DatabasePage Typeisql数据库SQL命令行页面缓存页缓存页面读取页面写入页面标记













