home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 November / Pcwk1197.iso / LOTUS / Eng-ins / WINSYS / NSQLV32.DLL / string.txt next >
Text File  |  1996-10-29  |  16KB  |  479 lines

  1. 61441    Insufficient memory
  2. 61442    Failure to lock memory
  3. 61443    Table/View/Index/Column name exceeds maximum length
  4. 61444    Invalid character
  5. 61445    Undefined symbol
  6. 61446    37000: Missing string terminator
  7. 61447    String length exceeds maximum token length
  8. 61448    37000: Name, constant, or expression expected
  9. 61449    37000: Invalid constant
  10. 61450    37000: Name expected (cannot be reserved word)
  11. 61451    37000: Left parenthesis missing
  12. 61452    37000: Right parenthesis missing
  13. 61453    37000: Keyword FROM expected
  14. 61454    37000: Keyword BY expected
  15. 61455    37000: Keyword AND expected
  16. 61456    37000: Keywords BETWEEN, LIKE, or IN expected
  17. 61457    37000: Column name or number expected in ORDER BY
  18. 61458    37000: Keyword SET expected
  19. 61459    37000: Equals sign expected
  20. 61460    37000: Keyword INTO expected
  21. 61461    37000: Keyword IS expected
  22. 61462    37000: Keyword VALUES or SELECT expected
  23. 61463    37000: Keyword TO expected
  24. 61464    37000: Keyword ON expected
  25. 61465    37000: Keyword TABLE, INDEX, or VIEW expected
  26. 61466    37000: Keyword AS expected
  27. 61467    37000: Keyword SELECT expected
  28. 61468    37000: Keyword FOR expected
  29. 61469    37000: Integer expected
  30. 61470    37000: Data type keyword expected
  31. 61471    37000: Incomplete SQL statement
  32. 61472    37000: Keyword TABLE expected
  33. 61473    37000: ADD clause expected in ALTER TABLE
  34. 61474    37000: Keyword UPDATE expected
  35. 61475    37000: Keyword OF expected
  36. 61476    37000: SELECT cannot include both FOR UPDATE OF and ORDER BY clauses
  37. 61477    37000: Keyword WITH expected
  38. 61478    37000: Comma or right parenthesis expected
  39. 61479    37000: UNION/ORDER BY clause not allowed in CREATE VIEW
  40. 61480    37000: Keyword ASC or DESC, comma, or right parenthesis expected
  41. 61481    37000: Keyword ASC or DESC, or comma expected
  42. 61482    37000: Invalid SQL statement
  43. 61483    37000: Right bracket expected
  44. 61484    37000: Keyword NULL is expected
  45. 61485    37000: Invalid character length
  46. 61486    22003: Float value out of range
  47. 61487    22003: Numeric value out of range
  48. 61488    37000: Subquery not allowed in group defn.
  49. 61489    37000: Keyword INDEX expected
  50. 61490    37000: Keyword KEY expected
  51. 61491    37000: Keyword CHECK/DEFAULT expected
  52. 61492    37000: Keyword PRECISION expected
  53. 61493    37000: Character string expected
  54. 61494    37000: Too many columns or expressions in this statement
  55. 61495    37000: This scalar function is not supported
  56. 61496    37000: Table constraint definition is not supported
  57. 61497    37000: GRANT statement is not supported
  58. 61498    37000: REVOKE statement is not supported
  59. 61499    37000: Keyword OUTER expected
  60. 61500    37000: Keyword JOIN expected
  61. 61501    37000: Keyword ON expected
  62. 61502    37000: Only one outer join is allowed in a SELECT statement
  63. 61503    37000: Table reference has to be a table name or an outer join escape clause in a FROM clause
  64. 61504    37000: Incorrect syntax near '%s'
  65. 61505    37000: String literal is limited to 254 bytes
  66. 61506    37000: Table not included in current statement
  67. 61507    S0022: Undefined column name - %s
  68. 61508    37000: Ambiguous column name - %s
  69. 61509    21S01: Insert value list does not match column list
  70. 61510    37000: Value must match column data type
  71. 61511    S0001: Table or object name already exists - %s
  72. 61512    S0021: Column name already exists - %s
  73. 61513    37000: * allowed for COUNT function only
  74. 61514    Alias name already exists
  75. 61515    Invalid column number in ORDER BY clause
  76. 61516    37000: Too many values specified in INSERT
  77. 61517    S0002: Table does not exist - %s
  78. 61518    S0002: View does not exist - %s
  79. 61519    S0012: Index does not exist - %s
  80. 61520    S0002: Synonym %s does not exist
  81. 61521    37000: First argument of LIKE clause must be a CHAR column
  82. 61522    37000: Second argument of LIKE clause must be a character string
  83. 61523    GROUP BY column(s) not specified in SELECT clause
  84. 61524    ORDER BY column(s) not specified in SELECT clause
  85. 61525    Nested function not allowed
  86. 61526    37000: Invalid argument for aggregate function
  87. 61527    All SELECT items must be GROUP BY columns or aggregate functions
  88. 61528    Only one column may be SELECTed in a subquery
  89. 61529    S0011: Index name already exists
  90. 61530    Aggregate function allowed in WHERE clause only if the column is under a HAVING clause
  91. 61531    37000: Number of view columns does not match number of SELECT columns
  92. 61532    37000: View column names must be specified
  93. 61533    CHECK OPTION not supported
  94. 61534    View is not updatable - %s
  95. 61535    Column is not updatable - %s
  96. 61536    View defined with GROUP BY cannot be used in a join
  97. 61537    View defined with GROUP BY cannot be used in a query including a GROUP BY clause
  98. 61538    37000: Incorrect data type for arguments in scalar function
  99. 61539    37000: Incorrect number of arguments in scalar function
  100. 61540    37000: Only one DISTINCT allowed in any SELECT clause
  101. 61541    An illegal table is referenced in a subselect FROM clause
  102. 61542    HAVING clause must include aggregate functions
  103. 61543    Views cannot be INDEXed
  104. 61544    Cursor not updatable - %s
  105. 61545    Cursor not declared - %s
  106. 61546    UPDATE column(s) not defined in cursor declaration - %s
  107. 61547    Cursor declaration does not include the FOR UPDATE OF clause - %s
  108. 61548    Different table name is specified in cursor declaration - %s
  109. 61549    GROUP BY clause needed
  110. 61550    Column name missing in AVG, MAX, MIN, or SUM function
  111. 61551    37000: Incompatible data types in expression
  112. 61552    37000: Incompatible data types in comparison
  113. 61553    3C000: Duplicate cursor name
  114. 61554    37000: Comparison operator or keyword expected
  115. 61555    37000: Invalid arithmetic expression
  116. 61556    No alias defined for self-join - %s
  117. 61557    Invalid string operator
  118. 61558    Cannot ALTER views
  119. 61559    Invalid INSERT item
  120. 61560    Invalid unary operator
  121. 61561    Value exceeds column length
  122. 61562    Select columns have to be in agg. fct.
  123. 61563    Alias name needed
  124. 61564    No GROUP BY or HAVING in a nested subquery of a basic predicate
  125. 61565    Internal semantic checker error
  126. 61566    Scope table overflow in semantic checker
  127. 61567    Internal temp. query array overflow in semantic checker
  128. 61568    DISTINCT is not supported
  129. 61569    Unique index is not supported
  130. 61570    UNION is not supported
  131. 61571    NULL can only be used in INSERT item or UPDATE assignment
  132. 61572    View definition can only include single table, no agg. fct, group by or having, and no subquery
  133. 61573    No INSERT/UPDATE/ALTER/CREATE INDEX/CREATE VIEW on view
  134. 61574    Select on View cannot include agg. fct., HAVING/GROUP BY/ORDER BY
  135. 61575    No join on view query
  136. 61576    37000: CASCADE or RESTRICT DROP not supported
  137. 61577    37000: No ESCAPE clause in LIKE predicate
  138. 61578    37000: Invalid datetime value
  139. 61579    NULL/UNIQUE/PRIMARY KEY/FOREIGN KEY/REFERENCE not supported in CREATE TABLE
  140. 61580    Operation not allowed for an internal field
  141. 61581    SELECT * not allowed on Universal Relation
  142. 61582    Only SELECT or CREATE VIEW allowed on Universal Relation
  143. 61583    Only self-join allowed on Universal Relation
  144. 61584    Check Clause cannot have SELECT expression
  145. 61585    Correlated column must be a Group By column
  146. 61586    No select item is available
  147. 61587    Invalid decimal length
  148. 61588    Invalid string length for comparison
  149. 61589    37000: Parameter markers not allowed in the SELECT list
  150. 61590    Illegal use of parameter marker
  151. 61591    42000: Insufficient access right to create a Universal view
  152. 61592    Rich Text field can only be used in a WHERE clause with the LIKE predicate
  153. 61593    37000: Invalid column name: %s
  154. 61594    DISTINCT in aggregate function must be followed by a column name
  155. 61595    37000: Number of columns must be the same in UNION operation
  156. 61596    Data type mismatch of corresponding columns in UNION operation
  157. 61597    Join condition in outer join must contain only columns of the outer join tables - %s
  158. 61598    Search condition in outer join must be a join condition
  159. 61599    Only column may be compared with null
  160. 61600    ORDER BY clause must use integers in a UNION query
  161. 61601    Parameter marker not allowed in DDL
  162. 61602    Internal optimizer error
  163. 61603    Internal code gen. error
  164. 61604    23000: Table cannot be dropped as there are one or more Views dependent on it
  165. 61605    Rowset size is too large and is changed to %s
  166. 61606    Subquery of a basic predicate (=,!=,<,<=,>,>=) returns more than one value
  167. 61607    SQL Statement is too long
  168. 61608    01002: Disconnect error
  169. 61609    01004: Data truncated
  170. 61610    01006: Privilege not revoked
  171. 61611    01S00: Invalid string connection attribute
  172. 61612    01S02: Options value changed
  173. 61613    07001: Wrong number of parameters
  174. 61614    07006: Restricted data type attribute violation
  175. 61615    08001: Unable to connect to data source
  176. 61616    08002: Connection in use
  177. 61617    08003: Connection not open
  178. 61618    08004: Data source rejected establishment of connection
  179. 61619    08007: Connection failure during transaction
  180. 61620    08S01: Communication link failure
  181. 61621    22001: Data truncation
  182. 61622    22003: Numeric value out of range
  183. 61623    22005: Error in assignment
  184. 61624    22008: Data value is not a valid date, time or timestamp
  185. 61625    24000: Invalid cursor state
  186. 61626    25000: Invalid transaction state
  187. 61627    28000: Invalid authorization specification
  188. 61628    34000: Invalid cursor name
  189. 61629    37000: Syntax error or access violation
  190. 61630    3C000: Duplicate cursor name
  191. 61631    40001: Serialization failure
  192. 61632    42000: Syntax error or access violation
  193. 61633    70100: Operation aborted
  194. 61634    IM001: Driver does not support this function
  195. 61635    IM002: Data source name not found and no default driver specified
  196. 61636    IM003: Driver specified by data source name could not be loaded
  197. 61637    IM004: Driver's SQLAllocEnv failed
  198. 61638    IM005: Driver's SQLAlloconnect failed
  199. 61639    IM006: Driver's SQLSetConnectOption failed
  200. 61640    IM007: No data source specified; dialog prohibited
  201. 61641    IM008: Dialog failed
  202. 61642    IM009: Unable to load translation DLL
  203. 61643    S0001: Base table or view already exists - %s
  204. 61644    S0002: Base table not found - %s
  205. 61645    S0011: Index already exists - %s
  206. 61646    S0012: Index not found - %s
  207. 61647    S0021: Column already exists - %s
  208. 61648    S0022: Column not found - %s
  209. 61649    S1000: %s
  210. 61650    S1001: Memory allocation failure
  211. 61651    S1002: Invalid column number
  212. 61652    S1003: Program type out of range
  213. 61653    S1004: SQL data type out of range
  214. 61654    S1008: Operation canceled
  215. 61655    S1009: Invalid argument value
  216. 61656    S1010: Function sequence error
  217. 61657    S1012: Invalid transaction code
  218. 61658    S1015: No cursor name available
  219. 61659    S1090: Invalid string or buffer length
  220. 61660    S1091: Descriptor type out of range
  221. 61661    S1092: Option type out of range
  222. 61662    S1093: Invalid parameter number
  223. 61663    S1094: Invalid scale value
  224. 61664    S1095: Function type out of range
  225. 61665    S1096: Information type out of range
  226. 61666    S1097: Column type out of range
  227. 61667    S1098: Scope type out of range
  228. 61668    S1099: Nullable type out of range
  229. 61669    S1100: Uniqueness option out of range
  230. 61670    S1101: Accuracy option out of range
  231. 61671    S1102: Table type out of range
  232. 61672    S1106: Fetch type out of range
  233. 61673    S1107: Row value out of range
  234. 61674    S1109: Invalid cursor position
  235. 61675    S1110: Invalid driver completion
  236. 61676    S1111: Invalid bookmark. Bookmark can only be specified within the rowset
  237. 61677    S1C00: Driver not capable
  238. 61678    S1T00: Timeout expired
  239. 61680    Invalid date value
  240. 61681    Invalid time value
  241. 61682    Invalid timestamp value
  242. 61683    Statistics not available for Universal Relation
  243. 61684    Unable to save the stack
  244. 61685    Data truncation for column %s: set length for Text or Rich Text field to higher limit in ODBC.INI
  245. 61686    Modifying a table which has been opened read only is not allowed
  246. 61687    Notes Initialization failed
  247. 61688    Notes Thread Initialization failed
  248. 61689    Thread timed out
  249. 61690    Unrecognized parse node type
  250. 61691    Check condition too long
  251. 61692    Notes API driver error: %s
  252. 61693    Cannot open specified database
  253. 61694    ISAM Internal Error: Null Database Handle
  254. 61695    Record has no non-NULL items
  255. 61696    @If(  
  256. 61697     ; @Success; @Failure(
  257. 61698    Input Validation Failed for field - 
  258. 61699    @@105@@
  259. 61700    [Form] = 
  260. 61701    @@SELECT@@ Form = 
  261. 61702    @@102@@
  262. 61703    @Doc
  263. 61704    @@152@@
  264. 61705    @@154@@
  265. 61706    @@156@@
  266. 61707    @@157@@
  267. 61708    @~OBSOLETE
  268. 61709    @@104@@( 
  269. 61710    ! 
  270. 61711     & 
  271. 61712     | 
  272. 61713     != 
  273. 61714     > 
  274. 61715     >= 
  275. 61716     < 
  276. 61717     <= 
  277. 61718    @@118@@( 
  278. 61719     = 
  279. 61720    -
  280. 61721    +
  281. 61722    /
  282. 61723    *
  283. 61724    86400
  284. 61725    @@180@@([Abbreviate];@@103@@)
  285. 61726    @@135@@(
  286. 61727    @@166@@(
  287. 61728    @@94@@(
  288. 61729    @@97@@(
  289. 61730    @@95@@(
  290. 61731    @@96@@(
  291. 61732    @@100@@(
  292. 61733    @@120@@(
  293. 61734    @@98@@(
  294. 61735    @@65@@(
  295. 61736    @@207@@(
  296. 61737    @@203@@(
  297. 61738    @@208@@(
  298. 61739    @@204@@(
  299. 61740    @@205@@(
  300. 61741    @@206@@(
  301. 61742    1 / @Tan(
  302. 61743     * 180) / 
  303. 61744     / 180) * 
  304. 61745    @@210@@
  305. 61746    @@129@@(
  306. 61747    @@128@@(
  307. 61748    @@127@@(
  308. 61749    @@69@@(
  309. 61750    @@167@@(
  310. 61751    @@130@@(
  311. 61752    @@211@@(
  312. 61753    @@66@@(
  313. 61754    @@212@@(
  314. 61755    @@75@@(
  315. 61756    @@76@@(
  316. 61757    @@44@@
  317. 61758    @@119@@(
  318. 61759    @@84@@(
  319. 61760    Sunday
  320. 61761    Monday
  321. 61762    Tuesday
  322. 61763    Wednesday
  323. 61764    Thursday
  324. 61765    Friday
  325. 61766    Saturday
  326. 61767    @@80@@(
  327. 61768    @@81@@(
  328. 61769    @@82@@(
  329. 61770    @@79@@(
  330. 61771    January
  331. 61772    February
  332. 61773    March
  333. 61774    April
  334. 61775    May
  335. 61776    June
  336. 61777    July
  337. 61778    August
  338. 61779    September
  339. 61780    October
  340. 61781    November
  341. 61782    December
  342. 61783     1; 1; 1; 2; 2; 2; 3; 3; 3; 4; 4; 4
  343. 61784    @@83@@(
  344. 61785    @@78@@(
  345. 61786    @@88@@(
  346. 61787    @@87@@(
  347. 61788    @@86@@(
  348. 61789    S2
  349. 61790    @@198@@(
  350. 61792    @@209@@(
  351. 61793    $Title = 
  352. 61794    [$Title] = 
  353. 61795    @@213@@(
  354. 61796    CATALOG
  355. 61797    Databases by _Server
  356. 61798    Pathname
  357. 61799    Title
  358. 61800    Server
  359. 61801    ODBC.INI
  360. 61802    $SQL_
  361. 61803    default
  362. 61804    MaxSubquery
  363. 61805    MaxStmtLen
  364. 61806    MaxRels
  365. 61807    MaxVarcharLen
  366. 61808    KeepTempIdx
  367. 61809    MaxLongVarcharLen
  368. 61810    Notes Databases|*.NSF|All Files|*.*|
  369. 61811    Text
  370. 61812    Rich Text
  371. 61813    Number
  372. 61814    Time
  373. 61815    max length
  374. 61816    precision,scale
  375. 61817    local
  376. 61818    NSF
  377. 61819    [Casahl/Lotus][ODBC Lotus Notes]
  378. 61820    [Lotus Notes Server]
  379. 61821    Choose local Notes database:
  380. 61822    January
  381. 61823    February
  382. 61824    March
  383. 61825    April
  384. 61826    May
  385. 61827    June
  386. 61828    July
  387. 61829    August
  388. 61830    September
  389. 61831    October
  390. 61832    November
  391. 61833    December
  392. 61834    Sunday
  393. 61835    Monday
  394. 61836    Tuesday
  395. 61837    Wednesday
  396. 61838    Thursday
  397. 61839    Friday
  398. 61840    Saturday
  399. 61841    CHAR
  400. 61842    VARCHAR
  401. 61843    LONG VARCHAR
  402. 61844    INTEGER
  403. 61845    SMALLINT
  404. 61846    REAL
  405. 61847    DOUBLE
  406. 61848    FLOAT
  407. 61849    DECIMAL
  408. 61850    NUMERIC
  409. 61851    DATE
  410. 61852    TIME
  411. 61853    TIMESTAMP
  412. 61854    TYPE_NAME
  413. 61855    DATA_TYPE
  414. 61856    PRECISION
  415. 61857    LITERAL_PREFIX
  416. 61858    LITERAL_SUFFIX
  417. 61859    CREATE_PARAMS
  418. 61860    NULLABLE
  419. 61861    CASE_SENSITIVE
  420. 61862    SEARCHABLE
  421. 61863    UNSIGNED_ATTRIBUTE
  422. 61864    MONEY
  423. 61865    AUTO_INCREMENT
  424. 61866    LOCAL_TYPE_NAME
  425. 61867    MINIMUM_SCALE
  426. 61868    MAXIMUM_SCALE
  427. 61869    SCOPE
  428. 61870    COLUMN NAME
  429. 61871    DATA TYPE
  430. 61872    TYPE NAME
  431. 61873    PRECISION
  432. 61874    LENGTH
  433. 61875    SCALE
  434. 61876    TABLE_QUALIFIER
  435. 61877    TABLE_OWNER
  436. 61878    TABLE_NAME
  437. 61879    NON_UNIQUE
  438. 61880    INDEX_QUALIFIER
  439. 61881    INDEX_NAME
  440. 61882    TYPE
  441. 61883    SEQ_IN_INDEX
  442. 61884    COLUMN_NAME
  443. 61885    COLLATION
  444. 61886    CARDINALITY
  445. 61887    PAGES
  446. 61888    FILTER_CONDITION
  447. 61889    TABLE_QUALIFIER
  448. 61890    TABLE_OWNER
  449. 61891    TABLE_NAME
  450. 61892    COLUMN_NAME
  451. 61893    DATA_TYPE
  452. 61894    TYPE_NAME
  453. 61895    PRECISION
  454. 61896    LENGTH
  455. 61897    SCALE
  456. 61898    RADIX
  457. 61899    NULLABLE
  458. 61900    REMARKS
  459. 61901    TABLE_QUALIFIER
  460. 61902    TABLE_OWNER
  461. 61903    TABLE_NAME
  462. 61904    TABLE_TYPE
  463. 61905    REMARKS
  464. 61906    ALIAS
  465. 61907    FORM
  466. 61908    SYNONYM
  467. 61909    SYSTEM TABLE
  468. 61910    TABLE
  469. 61911    VIEW
  470. 61912    UNIVERSAL
  471. 61913    SERVER,RICHTEXT,TEXT,SQL_BIGINT,SQL_BINARY,SQL_BIT,SQL_CHAR,SQL_DATE,SQL_DECIMAL,SQL_DOUBLE,SQL_FLOAT,SQL_INTEGER,SQL_LONGVARBINARY,SQL_LONGVARCHAR,SQL_NUMERIC,SQL_REAL,SQL_SMALLINT,SQL_TIME,SQL_TIMESTAMP,SQL_TINYINT,SQL_VARBINARY,SQL_VARCHAR
  472. 61914    _$&
  473. 61915    Lotus Notes
  474. 61916    FORM
  475. 61917    02.00
  476. 61918    WorkAround
  477. 61919    Thread Timeout
  478. 61920    NSQLV32.DLL
  479.