⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ib_errorcodes.pas

📁 FIBPlus is a component suite intended for work with InterBase. It is direct, fast and flexible Inter
💻 PAS
📖 第 1 页 / 共 4 页
字号:
{***************************************************************}
{ FIBPlus - component library for direct access to Firebird and }
{ InterBase databases                                           }
{                                                               }
{    FIBPlus is based in part on the product                    }
{    Free IB Components, written by Gregory H. Deatz for        }
{    Hoagland, Longo, Moran, Dunst & Doukas Company.            }
{    mailto:gdeatz@hlmdd.com                                    }
{                                                               }
{    Copyright (c) 1998-2007 Devrace Ltd.                       }
{    Written by Serge Buzadzhy (buzz@devrace.com)               }
{                                                               }
{ ------------------------------------------------------------- }
{    FIBPlus home page: http://www.fibplus.com/                 }
{    FIBPlus support  : http://www.devrace.com/support/         }
{ ------------------------------------------------------------- }
{                                                               }
{  Please see the file License.txt for full license information }
{***************************************************************}

unit IB_ErrorCodes;

interface

const
  isc_arith_except               =  335544321;
  isc_bad_dbkey                  =  335544322;
  isc_bad_db_format              =  335544323;
  isc_bad_db_handle              =  335544324;
  isc_bad_dpb_content            =  335544325;
  isc_bad_dpb_form               =  335544326;
  isc_bad_req_handle             =  335544327;
  isc_bad_segstr_handle          =  335544328;
  isc_bad_segstr_id              =  335544329;
  isc_bad_tpb_content            =  335544330;
  isc_bad_tpb_form               =  335544331;
  isc_bad_trans_handle           =  335544332;
  isc_bug_check                  =  335544333;
  isc_convert_error              =  335544334;
  isc_db_corrupt                 =  335544335;
  isc_deadlock                   =  335544336;
  isc_excess_trans               =  335544337;
  isc_from_no_match              =  335544338;
  isc_infinap                    =  335544339;
  isc_infona                     =  335544340;
  isc_infunk                     =  335544341;
  isc_integ_fail                 =  335544342;
  isc_invalid_blr                =  335544343;
  isc_io_error                   =  335544344;
  isc_lock_conflict              =  335544345;
  isc_metadata_corrupt           =  335544346;
  isc_not_valid                  =  335544347;
  isc_no_cur_rec                 =  335544348;
  isc_no_dup                     =  335544349;
  isc_no_finish                  =  335544350;
  isc_no_meta_update             =  335544351;
  isc_no_priv                    =  335544352;
  isc_no_recon                   =  335544353;
  isc_no_record                  =  335544354;
  isc_no_segstr_close            =  335544355;
  isc_obsolete_metadata          =  335544356;
  isc_open_trans                 =  335544357;
  isc_port_len                   =  335544358;
  isc_read_only_field            =  335544359;
  isc_read_only_rel              =  335544360;
  isc_read_only_trans            =  335544361;
  isc_read_only_view             =  335544362;
  isc_req_no_trans               =  335544363;
  isc_req_sync                   =  335544364;
  isc_req_wrong_db               =  335544365;
  isc_segment                    =  335544366;
  isc_segstr_eof                 =  335544367;
  isc_segstr_no_op               =  335544368;
  isc_segstr_no_read             =  335544369;
  isc_segstr_no_trans            =  335544370;
  isc_segstr_no_write            =  335544371;
  isc_segstr_wrong_db            =  335544372;
  isc_sys_request                =  335544373;
  isc_stream_eof                 =  335544374;
  isc_unavailable                =  335544375;
  isc_unres_rel                  =  335544376;
  isc_uns_ext                    =  335544377;
  isc_wish_list                  =  335544378;
  isc_wrong_ods                  =  335544379;
  isc_wronumarg                  =  335544380;
  isc_imp_exc                    =  335544381;
  isc_random                     =  335544382;
  isc_fatal_conflict             =  335544383;
  isc_badblk                     =  335544384;
  isc_invpoolcl                  =  335544385;
  isc_nopoolids                  =  335544386;
  isc_relbadblk                  =  335544387;
  isc_blktoobig                  =  335544388;
  isc_bufexh                     =  335544389;
  isc_syntaxerr                  =  335544390;
  isc_bufinuse                   =  335544391;
  isc_bdbincon                   =  335544392;
  isc_reqinuse                   =  335544393;
  isc_badodsver                  =  335544394;
  isc_relnotdef                  =  335544395;
  isc_fldnotdef                  =  335544396;
  isc_dirtypage                  =  335544397;
  isc_waifortra                  =  335544398;
  isc_doubleloc                  =  335544399;
  isc_nodnotfnd                  =  335544400;
  isc_dupnodfnd                  =  335544401;
  isc_locnotmar                  =  335544402;
  isc_badpagtyp                  =  335544403;
  isc_corrupt                    =  335544404;
  isc_badpage                    =  335544405;
  isc_badindex                   =  335544406;
  isc_dbbnotzer                  =  335544407;
  isc_tranotzer                  =  335544408;
  isc_trareqmis                  =  335544409;
  isc_badhndcnt                  =  335544410;
  isc_wrotpbver                  =  335544411;
  isc_wroblrver                  =  335544412;
  isc_wrodpbver                  =  335544413;
  isc_blobnotsup                 =  335544414;
  isc_badrelation                =  335544415;
  isc_nodetach                   =  335544416;
  isc_notremote                  =  335544417;
  isc_trainlim                   =  335544418;
  isc_notinlim                   =  335544419;
  isc_traoutsta                  =  335544420;
  isc_connect_reject             =  335544421;
  isc_dbfile                     =  335544422;
  isc_orphan                     =  335544423;
  isc_no_lock_mgr                =  335544424;
  isc_ctxinuse                   =  335544425;
  isc_ctxnotdef                  =  335544426;
  isc_datnotsup                  =  335544427;
  isc_badmsgnum                  =  335544428;
  isc_badparnum                  =  335544429;
  isc_virmemexh                  =  335544430;
  isc_blocking_signal            =  335544431;
  isc_lockmanerr                 =  335544432;
  isc_journerr                   =  335544433;
  isc_keytoobig                  =  335544434;
  isc_nullsegkey                 =  335544435;
  isc_sqlerr                     =  335544436;
  isc_wrodynver                  =  335544437;
  isc_funnotdef                  =  335544438;
  isc_funmismat                  =  335544439;
  isc_bad_msg_vec                =  335544440;
  isc_bad_detach                 =  335544441;
  isc_noargacc_read              =  335544442;
  isc_noargacc_write             =  335544443;
  isc_read_only                  =  335544444;
  isc_ext_err                    =  335544445;
  isc_non_updatable              =  335544446;
  isc_no_rollback                =  335544447;
  isc_bad_sec_info               =  335544448;
  isc_invalid_sec_info           =  335544449;
  isc_misc_interpreted           =  335544450;
  isc_update_conflict            =  335544451;
  isc_unlicensed                 =  335544452;
  isc_obj_in_use                 =  335544453;
  isc_nofilter                   =  335544454;
  isc_shadow_accessed            =  335544455;
  isc_invalid_sdl                =  335544456;
  isc_out_of_bounds              =  335544457;
  isc_invalid_dimension          =  335544458;
  isc_rec_in_limbo               =  335544459;
  isc_shadow_missing             =  335544460;
  isc_cant_validate              =  335544461;
  isc_cant_start_journal         =  335544462;
  isc_gennotdef                  =  335544463;
  isc_cant_start_logging         =  335544464;
  isc_bad_segstr_type            =  335544465;
  isc_foreign_key                =  335544466;
  isc_high_minor                 =  335544467;
  isc_tra_state                  =  335544468;
  isc_trans_invalid              =  335544469;
  isc_buf_invalid                =  335544470;
  isc_indexnotdefined            =  335544471;
  isc_login                      =  335544472;
  isc_invalid_bookmark           =  335544473;
  isc_bad_lock_level             =  335544474;
  isc_relation_lock              =  335544475;
  isc_record_lock                =  335544476;
  isc_max_idx                    =  335544477;
  isc_jrn_enable                 =  335544478;
  isc_old_failure                =  335544479;
  isc_old_in_progress            =  335544480;
  isc_old_no_space               =  335544481;
  isc_no_wal_no_jrn              =  335544482;
  isc_num_old_files              =  335544483;
  isc_wal_file_open              =  335544484;
  isc_bad_stmt_handle            =  335544485;
  isc_wal_failure                =  335544486;
  isc_walw_err                   =  335544487;
  isc_logh_small                 =  335544488;
  isc_logh_inv_version           =  335544489;
  isc_logh_open_flag             =  335544490;
  isc_logh_open_flag2            =  335544491;
  isc_logh_diff_dbname           =  335544492;
  isc_logf_unexpected_eof        =  335544493;
  isc_logr_incomplete            =  335544494;
  isc_logr_header_small          =  335544495;
  isc_logb_small                 =  335544496;
  isc_wal_illegal_attach         =  335544497;
  isc_wal_invalid_wpb            =  335544498;
  isc_wal_err_rollover           =  335544499;
  isc_no_wal                     =  335544500;
  isc_drop_wal                   =  335544501;
  isc_stream_not_defined         =  335544502;
  isc_wal_subsys_error           =  335544503;
  isc_wal_subsys_corrupt         =  335544504;
  isc_no_archive                 =  335544505;
  isc_shutinprog                 =  335544506;
  isc_range_in_use               =  335544507;
  isc_range_not_found            =  335544508;
  isc_charset_not_found          =  335544509;
  isc_lock_timeout               =  335544510;
  isc_prcnotdef                  =  335544511;
  isc_prcmismat                  =  335544512;
  isc_wal_bugcheck               =  335544513;
  isc_wal_cant_expand            =  335544514;
  isc_codnotdef                  =  335544515;
  isc_xcpnotdef                  =  335544516;
  isc_except                     =  335544517;
  isc_cache_restart              =  335544518;
  isc_bad_lock_handle            =  335544519;
  isc_jrn_present                =  335544520;
  isc_wal_err_rollover2          =  335544521;
  isc_wal_err_logwrite           =  335544522;
  isc_wal_err_jrn_comm           =  335544523;
  isc_wal_err_expansion          =  335544524;
  isc_wal_err_setup              =  335544525;
  isc_wal_err_ww_sync            =  335544526;
  isc_wal_err_ww_start           =  335544527;
  isc_shutdown                   =  335544528;
  isc_existing_priv_mod          =  335544529;
  isc_primary_key_ref            =  335544530;
  isc_primary_key_notnull        =  335544531;
  isc_ref_cnstrnt_notfound       =  335544532;
  isc_foreign_key_notfound       =  335544533;
  isc_ref_cnstrnt_update         =  335544534;
  isc_check_cnstrnt_update       =  335544535;
  isc_check_cnstrnt_del          =  335544536;
  isc_integ_index_seg_del        =  335544537;
  isc_integ_index_seg_mod        =  335544538;
  isc_integ_index_del            =  335544539;
  isc_integ_index_mod            =  335544540;
  isc_check_trig_del             =  335544541;
  isc_check_trig_update          =  335544542;
  isc_cnstrnt_fld_del            =  335544543;
  isc_cnstrnt_fld_rename         =  335544544;
  isc_rel_cnstrnt_update         =  335544545;
  isc_constaint_on_view          =  335544546;
  isc_invld_cnstrnt_type         =  335544547;
  isc_primary_key_exists         =  335544548;
  isc_systrig_update             =  335544549;
  isc_not_rel_owner              =  335544550;
  isc_grant_obj_notfound         =  335544551;
  isc_grant_fld_notfound         =  335544552;
  isc_grant_nopriv               =  335544553;
  isc_nonsql_security_rel        =  335544554;
  isc_nonsql_security_fld        =  335544555;
  isc_wal_cache_err              =  335544556;
  isc_shutfail                   =  335544557;
  isc_check_constraint           =  335544558;
  isc_bad_svc_handle             =  335544559;
  isc_shutwarn                   =  335544560;
  isc_wrospbver                  =  335544561;
  isc_bad_spb_form               =  335544562;
  isc_svcnotdef                  =  335544563;
  isc_no_jrn                     =  335544564;
  isc_transliteration_failed     =  335544565;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -