Firebird 1.5 ErrorCodes
335544751 bad_protocol The network protocol specified is invalid -85 335544752 dup_usrname_found A duplicate user name was found in the security database -85 335544753 usrname_not_found The user name specified dsql_self_join The tableis referenced twice; use aliases to differentiate -282 335544659 duplicate_base_table Table is referenced twice in view; use an alias to distinguish -282 335544660 335544347 not_valid Validation error for column , value " " -637 335544664 dsql_duplicate_spec Duplicate specification of - not supported -660 335544533 foreign_key_notfound Non-existent 0 码力 | 26 页 | 85.09 KB | 1 年前3Firebird 2.0 ErrorCodes
335544751 bad_protocol The network protocol specified is invalid -85 335544752 dup_usrname_found A duplicate user name was found in the security database -85 335544753 usrname_not_found The user name specified dsql_self_join The table %s is referenced twice; use aliases to differentiate -282 335544659 duplicate_base_table Table %s is referenced twice in view; use an alias to distinguish -282 335544660 view_alias -625 335544347 not_valid Validation error for column %s, value "%s" -637 335544664 dsql_duplicate_spec Duplicate specification of %s- not supported -660 335544533 foreign_key_notfound Non-existent PRIMARY0 码力 | 26 页 | 157.59 KB | 1 年前3Firebird 2.1 ErrorCodes
335544751 bad_protocol The network protocol specified is invalid -85 335544752 dup_usrname_found A duplicate user name was found in the security database -85 335544753 usrname_not_found The user name specified 335544643 dsql_self_join The table @1 is referenced twice; use aliases to differentiate -282 335544659 duplicate_base_table Table @1 is referenced twice in view; use an alias Firebird 2.1 Error Codes to distinguish "@2" -625 335544880 not_valid_for Validation error for @1, value "@2" -637 335544664 dsql_duplicate_spec Duplicate specification of @1- not supported -637 336397213 dsql_implicit_domain_name Implicit domain0 码力 | 31 页 | 103.24 KB | 1 年前3Firebird 2.5 Language Reference
“unique index”. A unique index is not a constraint. Unique indexes cannot contain duplicate key values (or duplicate key value combinations, in the case of compound, or multi-column, or multi-segment) INDEX IDX_SALESTAT ON SALES (ORDER_STATUS, PAID); 4. Creating an index that does not permit duplicate values for the NAME column in the COUNTRY table CREATE UNIQUE INDEX UNQ_COUNTRY_NAME ON COUNTRY select_statement SELECT statement full_column_list The list of columns in the view colname View column name. Duplicate column names are not allowed. The CREATE VIEW statement creates a new view. The identifier (name)0 码力 | 521 页 | 2.30 MB | 1 年前3firebird 40 language reference
“unique index”. A unique index is not a constraint. Unique indexes cannot contain duplicate key values (or duplicate key value combinations, in the case of compound, or multi-column, or multi-segment) INDEX IDX_SALESTAT ON SALES (ORDER_STATUS, PAID); 4. Creating an index that does not permit duplicate values for the NAME column in the COUNTRY table CREATE UNIQUE INDEX UNQ_COUNTRY_NAME ON COUNTRY select_statement SELECT statement full_column_list The list of columns in the view colname View column name. Duplicate column names are not allowed. The CREATE VIEW statement creates a new view. The identifier (name)0 码力 | 778 页 | 3.43 MB | 1 年前3firebird language reference 30 rus
protocol specified is invalid. Указан неверный сетевой протокол. -85 335544752 dup_usrname_found A duplicate user name was found in the security database. В базе данных безопасности обнаружено дублирование differentiate. Таблица @1 упомянута дважды; используйте алиасы чтобы различить. -282 335544659 duplicate_base_table Table @1 is referenced twice in view; use an alias to distinguish. Таблица @1 упомянута перевод сообщения. Ошибка проверки данных для @1, значение "@2". -637 335544664 dsql_duplicate_spec Duplicate specification of @1- not supported. Дубликат спецификации для @1 - не поддерживается.0 码力 | 719 页 | 3.98 MB | 1 年前3Firebird Null Guide: NULL behaviour and pitfalls in Firebird SQL
created the table may not contain any NULLs or duplicate values, or the creation will fail. Once the index is in place, insertion of NULLs or duplicate values is no longer possible. 10.2.2. Firebird0 码力 | 69 页 | 479.63 KB | 1 年前3firebird 30 sprachreferenz
335544751 bad_protocol The network protocol specified is invalid -85 335544752 dup_usrname_found A duplicate user name was found in the security database -85 335544753 usrname_not_found The user name specified dsql_self_join the table @1 is referenced twice; use aliases to differentiate -282 335544659 duplicate_base_table table @1 is referenced twice in view; use an alias to distinguish -282 335544660 view_alias Fehlercodes und Meldungen 597 SQL CODE GDSCODE Symbol Message Text -637 335544664 dsql_duplicate_spec duplicate specification of @1 - not supported -637 336397213 dsql_implicit_domain_name Implicit0 码力 | 701 页 | 3.12 MB | 1 年前3Firebird 2 QuickStart
rights to the database for this to work. On Linux, all local connections are made via the network layer, using localhost (often implicitly). Only the server process needs access rights to the database file server on Windows, it is possible to connect directly to the local server, without using a network layer. If you intend to use Firebird for this type of connection only, you can skip the “Pinging the server” while you're at it) for the server process only. Users are then obliged to connect via the network layer. However, the libfbembed.* libraries should not be removed from your system, because the Firebird0 码力 | 40 页 | 218.42 KB | 1 年前3Firebird File and Metadata Security
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 4.1.1. Needs of the Access Layer. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . situation, if your intention is to protect the structure of your database. 4.1.1. Needs of the Access Layer Various database development libraries interrogate metadata, such as primary key, domain and similar0 码力 | 19 页 | 115.27 KB | 1 年前3
共 11 条
- 1
- 2