home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / DBCONSTS.PAS < prev    next >
Pascal/Delphi Source File  |  1997-01-16  |  4KB  |  165 lines

  1. unit dbconsts;
  2.  
  3. interface
  4.  
  5. {$R dbconsts.RES}
  6.  
  7. const
  8.   SDuplicateDatabaseName = 62464;
  9.   SDuplicateSessionName = 62465;
  10.   SInvalidSessionName = 62466;
  11.   SDatabaseNameMissing = 62467;
  12.   SSessionNameMissing = 62468;
  13.   SDatabaseOpen = 62469;
  14.   SDatabaseClosed = 62470;
  15.   SDatabaseHandleSet = 62471;
  16.   SDataSetOpen = 62472;
  17.   SDataSetClosed = 62473;
  18.   SSessionActive = 62474;
  19.   SHandleError = 62475;
  20.   SUnknownFieldType = 62476;
  21.   SFieldNotFound = 62477;
  22.   SDataSetMissing = 62478;
  23.   SDataSetEmpty = 62479;
  24.   SFieldTypeMismatch = 62480;
  25.   SInvalidFloatField = 62481;
  26.   SInvalidIntegerField = 62482;
  27.   SFieldRangeError = 62483;
  28.   SInvalidIntegerValue = 62484;
  29.   SInvalidFloatValue = 62485;
  30.   SInvalidBoolValue = 62486;
  31.   SNotEditing = 62487;
  32.   STableMismatch = 62488;
  33.   SDataSetReadOnly = 62489;
  34.   SFieldReadOnly = 62490;
  35.   SNotIndexField = 62491;
  36.   SFieldRequired = 62492;
  37.   SFieldAccessError = 62493;
  38.   SFieldAssignError = 62494;
  39.   SFieldValueError = 62495;
  40.   SFieldUndefinedType = 62496;
  41.   SFieldUnsupportedType = 62497;
  42.   SInvalidCalcType = 62498;
  43.   SInvalidFieldSize = 62499;
  44.   SCircularDataLink = 62500;
  45.   SFieldIndexError = 62501;
  46.   SCompositeIndexError = 62502;
  47.   SNoFieldIndexes = 62503;
  48.   SIndexFieldMissing = 62504;
  49.   SDuplicateFieldName = 62505;
  50.   SDuplicateIndexName = 62506;
  51.   SFieldNameMissing = 62507;
  52.   SNoIndexForFields = 62508;
  53.   STextFalse = 62509;
  54.   STextTrue = 62510;
  55.   SInvalidBatchMove = 62511;
  56.   SEmptySQLStatement = 62512;
  57.   SNoParameterValue = 62513;
  58.   SNoParameterType = 62514;
  59.   SParameterNotFound = 62515;
  60.   SParamAccessError = 62516;
  61.   SLoginError = 62517;
  62.   SBeginTransError = 62518;
  63.   SEndTransError = 62519;
  64.   SInitError = 62520;
  65.   SDatasetDesigner = 62521;
  66.   SDatabaseEditor = 62522;
  67.   SExplore = 62523;
  68.   SDesignLoadFailed = 62524;
  69.   SRunLoadFailed = 62525;
  70.   SInvalidServer = 62526;
  71.   SReportVerb = 62527;
  72.   SIncorrectVersion = 62528;
  73.   SCannotGetVersionInfo = 62529;
  74.   SUnableToLoadAPIDLL = 62530;
  75.   SNoFile = 62531;
  76.   SFirstRecord = 62532;
  77.   SPriorRecord = 62533;
  78.   SNextRecord = 62534;
  79.   SLastRecord = 62535;
  80.   SInsertRecord = 62536;
  81.   SDeleteRecord = 62537;
  82.   SEditRecord = 62538;
  83.   SPostEdit = 62539;
  84.   SCancelEdit = 62540;
  85.   SRefreshRecord = 62541;
  86.   SDeleteRecordQuestion = 62542;
  87.   SDeleteMultipleRecordsQuestion = 62543;
  88.   SReportFilter = 62544;
  89.   SInvalidFieldRegistration = 62545;
  90.   SLinkDesigner = 62546;
  91.   SLinkDetail = 62547;
  92.   SLinkMasterSource = 62548;
  93.   SLinkMaster = 62549;
  94.   STooManyColumns = 62550;
  95.   SSQLDatasetDesigner = 62551;
  96.   SQBEVerb = 62552;
  97.   SBindVerb = 62553;
  98.   SIDAPILangID = 62554;
  99.   SDisconnectDatabase = 62555;
  100.   SBDEError = 62556;
  101.   SLookupSourceError = 62557;
  102.   SLookupTableError = 62558;
  103.   SLookupIndexError = 62559;
  104.   SParameterTypes = 62560;
  105.   SInvalidParamFieldType = 62561;
  106.   STruncationError = 62562;
  107.   SInvalidVersion = 62563;
  108.   SDataTypes = 62564;
  109.   SResultName = 62565;
  110.   SDBCaption = 62566;
  111.   SParamEditor = 62567;
  112.   SDatasetEditor = 62568;
  113.   SIndexFilesEditor = 62569;
  114.   SNoIndexFiles = 62570;
  115.   SIndexDoesNotExist = 62571;
  116.   SRptDesignTimeValue = 62572;
  117.   SRptKey = 62573;
  118.   SRptRunTimeValue = 62574;
  119.   SRptBindBuffer = 62575;
  120.   SRptDataSetNotAvailable = 62576;
  121.   SRptSharedMemoryError = 62577;
  122.   SRptNoDataSetAvailable = 62578;
  123.   SRptInvalidDataSet = 62579;
  124.   SNoTableName = 62580;
  125.   SBatchExecute = 62581;
  126.   SNoCachedUpdates = 62582;
  127.   SNoOldValueUpdate = 62583;
  128.   SLookupInfoError = 62584;
  129.   SInvalidAliasName = 62585;
  130.   SDataSourceChange = 62586;
  131.   SDBGridColEditor = 62587;
  132.   SExprTermination = 62588;
  133.   SExprNameError = 62589;
  134.   SExprStringError = 62590;
  135.   SExprInvalidChar = 62591;
  136.   SExprNoRParen = 62592;
  137.   SExprExpected = 62593;
  138.   SExprBadCompare = 62594;
  139.   SExprBadField = 62595;
  140.   SExprBadNullTest = 62596;
  141.   SExprRangeError = 62597;
  142.   SExprNotBoolean = 62598;
  143.   SExprIncorrect = 62599;
  144.   SExprNothing = 62600;
  145.   SNoFieldAccess = 62601;
  146.   SNotReplicatable = 62602;
  147.   SPropDefByLookup = 62603;
  148.   SDataSourceFixed = 62604;
  149.   SFieldOutOfRange = 62605;
  150.   SBCDOverflow = 62606;
  151.   SUpdateSQLEditor = 62607;
  152.   DB_SUntitled = 62608;
  153.   SUpdateWrongDB = 62609;
  154.   SUpdateFailed = 62610;
  155.   SInvalidVarByteArray = 62611;
  156.   SSQLGenSelect = 62612;
  157.   SSQLNotGenerated = 62613;
  158.   SSQLDataSetOpen = 62614;
  159.   SOldNewNonData = 62615;
  160.   SLocalTransDirty = 62616;
  161.   SMemoTooLarge = 62617;
  162.  
  163. implementation
  164.  
  165. end.