home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / shared / oledb / sqloledb.dll / string.txt next >
Text File  |  1998-06-24  |  19KB  |  588 lines

  1. 338    alter
  2. 339    add
  3. 342    create proc 
  4. 345    Syntax error in translation file %s
  5. 346    set implicit_transactions off
  6. 347    set implicit_transactions on
  7. 348    as 
  8. 349    null
  9. 350    select
  10. 351    where
  11. 353    SET ROWCOUNT 
  12. 354    SET NO_BROWSETABLE 
  13. 355    BEGIN TRAN
  14. 356    SET TEXTSIZE 
  15. 361    char
  16. 362    varchar
  17. 363    text
  18. 364    nchar
  19. 365    nvarchar
  20. 366    ntext
  21. 367    binary
  22. 368    varbinary
  23. 369    image
  24. 370    int
  25. 371    smallint
  26. 372    tinyint
  27. 373    float
  28. 374    real
  29. 375    numeric
  30. 376    money
  31. 377    datetime
  32. 378    bit
  33. 379    timestamp
  34. 380    uniqueidentifier
  35. 381    smallmoney
  36. 382    smalldatetime
  37. 397    from
  38. 398     holdlock 
  39. 399     where 1=2
  40. 400    create;drop;select;grant;revoke;alter;truncate;update;reconfigure;load;disk;
  41. 402    EXEC 
  42. 403    IF @@TRANCOUNT > 0 COMMIT TRAN
  43. 404    IF @@TRANCOUNT > 0 ROLLBACK TRAN
  44. 405    select USER_NAME() select usertype,type,name from systypes where usertype>=
  45. 406    'INTERVAL %c''%lu'' YEAR(%u)'
  46. 407    'INTERVAL %c''%lu'' MONTH(%u)'
  47. 408    'INTERVAL %c''%lu'' DAY(%u)'
  48. 409    'INTERVAL %c''%lu'' HOUR(%u)'
  49. 410    'INTERVAL %c''%lu'' MINUTE(%u)'
  50. 411    'INTERVAL %c''%lu%s'' SECOND(%u,%u)'
  51. 412    'INTERVAL %c''%lu-%02lu'' YEAR(%u) TO MONTH'
  52. 413    'INTERVAL %c''%lu %02lu'' DAY(%u) TO HOUR'
  53. 414    'INTERVAL %c''%lu %02lu:%02lu'' DAY(%u) TO MINUTE'
  54. 415    'INTERVAL %c''%lu %02lu:%02lu:%02lu%s'' DAY(%u) TO SECOND(%u)'
  55. 416    'INTERVAL %c''%lu:%02lu'' HOUR(%u) TO MINUTE'
  56. 417    'INTERVAL %c''%lu:%02lu:%02lu%s'' HOUR(%u) TO SECOND(%u)'
  57. 418    'INTERVAL %c''%lu:%02lu%s'' MINUTE(%u) TO SECOND(%u)'
  58. 419     dbcc traceon(208)
  59. 420     set quoted_identifier 
  60. 421     set ansi_nulls off set ansi_padding off set ansi_warnings off
  61. 423    table
  62. 424    %04d-%02u-%02u %02u:%02u:%02u.%03lu
  63. 439    drop
  64. 440    SET PARSEONLY ON 
  65. 441     SET PARSEONLY OFF
  66. 442    SET NOEXEC ON 
  67. 443     SET NOEXEC OFF
  68. 458    '%04d%02u%02u %02u:%02u:%02u.%03lu'
  69. 459     select 'English','us_english' union select alias,name from master..syslanguages
  70. 460    us_english;franτais;deutsch;
  71. 461    select name from master..sysdatabases
  72. 464    select ISNULL(language,'us_english') from master..syslogins where suid=SUSER_ID()
  73. 466    select dbname from master..syslogins where suid=SUSER_ID()
  74. 467    select name from master..sysdatabases where name like '%s' and name <> 'model'
  75. 468    select table_qualifier=convert(varchar,'%s'),table_owner=u1.name,table_name=o.name,table_type=rtrim(substring('SYSTEM TABLE            TABLE       VIEW       ',(ascii(o.type)-83)*12+1,12)),remarks=convert(varchar(254),null)
  76. 469    from %s..sysusers u,%s..sysusers u1,%s..sysobjects o where o.name like '%s' and u1.name like '%s' and charindex(substring(o.type,1,1),'%s')!=0 and u1.uid=o.uid and(u.suid=suser_id()or(suser_id()=1 and u.uid=1))
  77. 470    and(suser_id()=1 or o.uid=u.uid or((select max(((sign(uid)*abs(uid-16383))*2)+(protecttype&1))from %s..sysprotects p where p.id=*o.id and(p.uid=0 or p.uid=*u.uid or p.uid=*u.gid)and(action in (193,224)))&1)=1)union 
  78. 471    order by table_type, table_qualifier, table_owner, table_name
  79. 472    'SYSTEM TABLE'
  80. 473    'TABLE'
  81. 474    'VIEW'
  82. 475    select '%s' from %s..sysusers where suid=suser_id() 
  83. 476    select c.name from master.dbo.syscharsets c,master.dbo.syscharsets c1,master.dbo.sysconfigures f where f.config in(123,1123) and f.value=c1.id and c1.csid=c.id 
  84. 478    SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
  85. 479    SET TRANSACTION ISOLATION LEVEL READ COMMITTED
  86. 481    SET TRANSACTION ISOLATION LEVEL REPEATABLE READ
  87. 483    identity
  88. 484     , =
  89. 485    SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
  90. 486     char      binary      decimal       integer smallint float real double varchar      date     time     timestamp longvarchar varbinary      longvarbinary tinyint bit numeric       
  91. 487     char(255);binary(255);decimal(38,4);int;    smallint;float;real;float; varchar(255);datetime;datetime;datetime; text;       varbinary(255);image;        tinyint;bit;numeric(38,4);
  92. 488     char(255);binary(255);money;        int;    smallint;float;real;float; varchar     ;datetime;datetime;datetime; text;       varbinary     ;image;        tinyint;bit;
  93. 489     set numeric_roundabort on 
  94. 510    avg
  95. 511    cnt
  96. 512    max
  97. 513    min
  98. 514    sum
  99. 515    order
  100. 516    SET FMTONLY ON 
  101. 517     SET FMTONLY OFF
  102. 540    BREAK,BROWSE,BULK,CHECKPOINT,CLUSTERED,COMMITTED,COMPUTE,CONFIRM,CONTROLROW,DATABASE,DBCC,DISK,DISTRIBUTED,DUMMY,DUMP,ERRLVL,ERROREXIT,EXIT,FILE,FILLFACTOR,FLOPPY,HOLDLOCK,IDENTITY_INSERT,IDENTITYCOL,IF,KILL,LINENO,LOAD,MIRROREXIT,
  103. 541    NONCLUSTERED,OFF,OFFSETS,ONCE,OVER,PERM,PERMANENT,PLAN,PRINT,PROC,PROCESSEXIT,RAISERROR,READ,READTEXT,RECONFIGURE,REPEATABLE,RETURN,ROWCOUNT,RULE,SAVE,SERIALIZABLE,SETUSER,SHUTDOWN,STATISTICS,
  104. 542    TAPE,TEMP,TEXTSIZE,TRAN,TRIGGER,TRUNCATE,TSEQUEL,UNCOMMITTED,UPDATETEXT,USE,WAITFOR,WHILE,WRITETEXT
  105. 1106    SQLOLEDB.DLL
  106. 1117    sp_server_info 1
  107. 1125    select substring('NY',status/1024&1+1,1) from master..sysdatabases where name=DB_NAME()
  108. 10110    21S01
  109. 10111    21S01
  110. 10121    07008
  111. 10122    07008
  112. 10169    22003
  113. 10207    22018
  114. 10208    42S22
  115. 10209    42S02
  116. 10211    22007
  117. 10212    22007
  118. 10214    21S01
  119. 10221    22003
  120. 10222    23000
  121. 10230    42000
  122. 10231    42000
  123. 10233    22003
  124. 10234    23000
  125. 10235    22003
  126. 10236    22018
  127. 10237    22003
  128. 10238    22003
  129. 10239    22003
  130. 10240    42S02
  131. 10241    22003
  132. 10242    22007
  133. 10243    22007
  134. 10245    22003
  135. 10246    22018
  136. 10247    22003
  137. 10248    22018
  138. 10249    22003
  139. 10250    22018
  140. 10257    22018
  141. 10267    25000
  142. 10268    42S02
  143. 10273    23000
  144. 10274    23000
  145. 10278    25000
  146. 10296    22007
  147. 10297    22007
  148. 10306    22018
  149. 10311    22025
  150. 10410    22018
  151. 10513    21000
  152. 10516    23000
  153. 10518    22007
  154. 10519    22018
  155. 10520    22003
  156. 10521    22003
  157. 10522    22003
  158. 10523    22003
  159. 10524    22003
  160. 10525    22003
  161. 10530    22018
  162. 10531    23000
  163. 10536    22003
  164. 10548    23000
  165. 10551    44000
  166. 10612    25000
  167. 10629    25000
  168. 10912    08004
  169. 10917    08004
  170. 10920    01000
  171. 10927    01000
  172. 11008    22003
  173. 11011    22019
  174. 11206    40001
  175. 11212    40001
  176. 11506    23000
  177. 11509    23000
  178. 11907    42S02
  179. 11912    42S22
  180. 11914    42S11
  181. 12502    42S02
  182. 12602    23000
  183. 12616    23000
  184. 12626    40001
  185. 12627    23000
  186. 12628    23000
  187. 12706    42S21
  188. 12707    42S02
  189. 12715    42S01
  190. 12728    42S21
  191. 12729    42S02
  192. 12741    08004
  193. 13002    42S12
  194. 13310    40001
  195. 13605    23000
  196. 13606    23000
  197. 13607    01000
  198. 13608    01000
  199. 13623    01000
  200. 13702    42S02
  201. 13704    42S12
  202. 13719    42S12
  203. 13903    25000
  204. 13904    25000
  205. 13907    25000
  206. 13909    25000
  207. 14003    28000
  208. 14018    08004
  209. 14314    42S12
  210. 14315    42S02
  211. 14402    42S02
  212. 14410    21S02
  213. 14502    21S02
  214. 14503    21S02
  215. 14507    42S21
  216. 14510    42S21
  217. 14702    42S02
  218. 14903    42S02
  219. 14925    42S22
  220. 15702    01000
  221. 15704    01000
  222. 16227    42S12
  223. 16402    25000
  224. 17113    40001
  225. 18115    22018
  226. 18116    22003
  227. 18135    22012
  228. 18153    22001
  229. 18154    01003
  230. 26903    HY109
  231. 26917    34000L
  232. 26930    HY009
  233. 26931    24000
  234. 26932    24000
  235. 26935    01001
  236. 27810    08004
  237. 28451    08004
  238. 28459    08004
  239. 28460    28000
  240. 40000    Cannot drop the index
  241. 40001    Microsoft SQL Server Login
  242. 40002    table
  243. 40003    owner
  244. 40004    database
  245. 40005    stored procedure
  246. 40006    (local)
  247. 40007    Microsoft SQL Server Login
  248. 40008    Help is not available
  249. 40017    Filling listbox requires a valid Login Id and Password
  250. 40018    Filling listbox failed:\nSQLState: '%s'\n SQL Server Error: %ld\n%s
  251. 40019    Connection failed:\nSQLState: '%s'\nSQL Server Error: %ld\n%s\n
  252. 40020    &Server:
  253. 40021    (Default)
  254. 40022    Unknown Translator
  255. 40023    Select Log File
  256. 40024    Log Files(*.log)|*.log|All Files(*.*)|*.*|
  257. 40025    Query Logging Threshold field must be numeric
  258. 40026    At %s the following query executed in %lu milliseconds
  259. 40027    Error %d occurred. No description was returned by server '%s'.
  260. 40114    07001Wrong number of parameters
  261. 40115    07006Restricted data type attribute violation
  262. 40116    07S01Invalid use of default parameter
  263. 40117    08001Client unable to establish connection
  264. 40118    08004Server rejected the connection
  265. 40119    08S01Connection failure
  266. 40120    21S01Insert value list does not match column list
  267. 40121    21S02Degree of derived table does not match column list
  268. 40122    22001String data, right truncation
  269. 40123    22002Indicator variable required but not supplied
  270. 40124    22003Numeric value out of range
  271. 40125    22018Invalid character value for cast specification.
  272. 40126    22007Invalid date format
  273. 40127    22007Invalid time format
  274. 40128    22007Invalid timestamp format
  275. 40129    22026String data, length mismatch
  276. 40130    24000Invalid cursor state
  277. 40131    25000Invalid transaction state
  278. 40132    28000Invalid authorization specification
  279. 40133    28000Invalid authorization specification; Access to selected database has been denied
  280. 40134    28000Invalid authorization specification; Language specified is not supported
  281. 40135    34000Invalid cursor name
  282. 40136    42000Syntax error or access violation
  283. 40137    3C000Duplicate cursor name
  284. 40138    HY018Server declined cancel request
  285. 40140    IM006Packet size change not supported by server, default used
  286. 40141    IM008Dialog failed
  287. 40142    IM009Unable to load translation DLL
  288. 40143    IM009Translation module is not valid
  289. 40144    HY000General error
  290. 40146    HY000The stored procedure required to complete this operation could not be found on the server (they were supplied with the ODBC setup disk for the SQL Server driver).  Please contact your system administrator.
  291. 40147    HY000Unknown token received from SQL Server
  292. 40148    HY000Operation not allowed while results are pending
  293. 40149    HY000Unable to load communication module.  Driver has not been correctly installed.
  294. 40150    HY000Communication module is not valid.  Driver has not been correctly installed.
  295. 40151    HY000Warning: Partial insert/update. The insert/update of a text or image column(s) did not succeed.
  296. 40152    HY000Connection is busy with results for another command
  297. 40153    HY000Failure during closing of connection
  298. 40154    HY000Protocol error in TDS stream
  299. 40155    HY000TDS buffer length too large
  300. 40156    HY000Non-default parameter not allowed after default parameter
  301. 40157    HY001Memory allocation failure
  302. 40158    07009Invalid Descriptor Index
  303. 40159    HY003Invalid application buffer type
  304. 40160    HY008Operation canceled
  305. 40161    HY009Invalid use of null pointer
  306. 40162    HY010Function sequence error
  307. 40163    HY011Operation invalid at this time
  308. 40164    HY015No cursor name available
  309. 40165    HY090Invalid string or buffer length
  310. 40166    HY091Invalid descriptor field identifier
  311. 40167    HY092Invalid attribute/option identifier
  312. 40168    07009Invalid parameter number
  313. 40169    HY021Inconsistent descriptor information
  314. 40170    HY021Invalid scale value
  315. 40171    HY096Invalid information type
  316. 40172    HY104Invalid precision value
  317. 40173    HY105Invalid parameter type
  318. 40174    HY106Fetch type out of range
  319. 40175    HY107Row value out of range
  320. 40176    HY109Invalid cursor position
  321. 40177    HY111Invalid bookmark value
  322. 40178    HYC00Optional feature not implemented
  323. 40179    HYT00Timeout expired
  324. 40180    08003Connection does not exist
  325. 40184    HY019Non-character and non-binary data sent in pieces
  326. 40190    07005Prepared statement is not a cursor-specification
  327. 40192    HY020Attempt to concatenate to a null or default value
  328. 40193    HY000Too many columns in select list
  329. 40194    HY016Cannot modify an implementation row descriptor
  330. 40195    HY004Invalid SQL data type
  331. 40197    22015Interval field overflow
  332. 40198    HY007Associated statement is not prepared
  333. 40199    HY024Invalid attribute value
  334. 40201    HY000Connection is not enabled for BCP
  335. 40202    HY000Unable to load DBLib
  336. 40203    HY000ODBCBCP/Driver version mismatch
  337. 40205    HY000Unicode conversion failed
  338. 40212    HY000Attempt to bulk-copy a NULL value into a Server column which does not accept NULL values
  339. 40224    HY000Attempt to bulk-copy an oversized column to the SQL Server
  340. 40227    HY000All bound columns are read-only
  341. 40228    HY000Cannot initialize SSPI package
  342. 40229    HY000Cannot generate SSPI context
  343. 40233    HY000The row length exceeds SQL Server's maximum allowable size
  344. 40234    HY000Unicode conversion failed.  Code page of server not on client
  345. 40350    25S11Enlistment is not possible due to pending transaction
  346. 40351    25S12Distributed transaction error
  347. 40400    01000General warning
  348. 40401    01000Ongoing transaction has been committed
  349. 40402    01000The catalog stored procedures installed on server %s are version %s; version %02d.%02d.%4.4d or later is required to support IDBSchemaRowset.  Please contact your system administrator.
  350. 40403    01000Access to database configured in the DSN has been denied. Default used.
  351. 40404    01000Language configured in the DSN is not supported. Default used.
  352. 40405    01000Procedure executed with 'EXEC'.  No output parameters returned.
  353. 40406    01000An error has occurred during an attempt to access the log file, logging disabled.
  354. 40407    01000Connected to backup server
  355. 40408    01000SQL Debugging disabled
  356. 40409    01000Translation options conflict with client/server character sets
  357. 40410    01004String data, right truncation
  358. 40450    01S00Invalid connection string attribute
  359. 40451    01S01Error in row
  360. 40452    01S02Option value changed
  361. 40453    01S02Packet size change not honored by server, server size used
  362. 40454    01S02Packet size changed
  363. 40455    01S02Cursor type changed
  364. 40456    01S02Cursor concurrency changed
  365. 40457    01S02Login timeout changed
  366. 40458    01001Cursor operation conflict
  367. 40459    01S05Cancel treated as FreeStmt/Close
  368. 40460    01S06Attempt to fetch before the result returned the first rowset
  369. 40461    01S07Fractional truncation
  370. 40500    Data Source Name
  371. 40501    Driver
  372. 40502    Server
  373. 40503    Login ID
  374. 40504    Password
  375. 40505    AppName
  376. 40506    WorkStation ID
  377. 40509    Database
  378. 40510    Language
  379. 40550    Unknown NetErr.
  380. 40551    Insufficient memory.
  381. 40552    Access denied.
  382. 40553    Connection is busy.
  383. 40554    Connection broken.
  384. 40555    Connection limit exceeded.
  385. 40556    Specified SQL server not found.
  386. 40557    The network has not been started.
  387. 40558    Insufficient network resources.
  388. 40559    Network is busy.
  389. 40560    Network access denied.
  390. 40561    General network error. Check your network documentation.
  391. 40562    Incorrect connection mode.
  392. 40563    Name not found in directory service.
  393. 40564    Invalid connection.
  394. 40565    Error reading or writing network data.
  395. 40566    Too many open file handles.
  396. 40567    SQL Server does not exist or access denied.
  397. 40619    Current Catalog
  398. 40620    Active Sessions
  399. 40621    Asynchable Commit
  400. 40622    Pass By Ref Accessors
  401. 40623    Catalog Location
  402. 40624    Catalog Term
  403. 40625    Catalog Usage
  404. 40626    Column Definition
  405. 40627    NULL Concatenation Behavior
  406. 40628    Data Source Name
  407. 40629    Read-Only Data Source
  408. 40630    DBMS Name
  409. 40631    DBMS Version
  410. 40632    GROUP BY Support
  411. 40633    Heterogeneous Table Support
  412. 40634    Identifier Case Sensitivity
  413. 40635    Lock Modes
  414. 40636    Maximum Index Size
  415. 40637    Maximum Row Size
  416. 40638    Maximum Row Size Includes BLOB
  417. 40639    Maximum Tables in SELECT
  418. 40640    Multiple Storage Objects
  419. 40641    Multi-Table Update
  420. 40642    Notification Phases
  421. 40643    NULL Collation Order
  422. 40644    OLE Object Support
  423. 40645    ORDER BY Columns in Select List
  424. 40646    Prepare Commit Behavior
  425. 40647    Prepare Abort Behavior
  426. 40648    Procedure Term
  427. 40649    OLE DB Version
  428. 40650    Provider Name
  429. 40651    Provider Version
  430. 40652    Quoted Identifier Sensitivity
  431. 40653    Schema Term
  432. 40654    Schema Usage
  433. 40655    SQL Support
  434. 40656    Structured Storage
  435. 40657    Subquery Support
  436. 40658    Isolation Levels
  437. 40659    Isolation Retention
  438. 40660    Table Term
  439. 40661    User Name
  440. 40662    Transaction DDL
  441. 40663    Asynchable Abort
  442. 40664    Data Source Object Threading Model
  443. 40665    Multiple Parameter Sets
  444. 40666    Output Parameter Availability
  445. 40667    Persistent ID Type
  446. 40668    Column Recalculated Notification
  447. 40669    Column Set Notification
  448. 40670    Row Activate Notification
  449. 40671    Row Delete Notification
  450. 40672    Row First Change Notification
  451. 40673    Row Insert Notification
  452. 40674    Row Release Notification
  453. 40675    Row Resynchronization Notification
  454. 40676    Rowset Release Notification
  455. 40677    Rowset Fetch Position Change Notification
  456. 40678    Row Undo Change Notification
  457. 40679    Row Undo Delete Notification
  458. 40680    Row Undo Insert Notification
  459. 40681    Row Update Notification
  460. 40682    Rowset Conversions on Command
  461. 40683    Multiple Results
  462. 40691    ISequentialStream
  463. 40694    Preserve on Abort
  464. 40695    Blocking Storage Objects
  465. 40696    Use Bookmarks
  466. 40697    Skip Deleted Bookmarks
  467. 40698    Bookmark Type
  468. 40699    Cache Deferred Columns
  469. 40700    Fetch Backwards
  470. 40701    Hold Rows
  471. 40702    Append-Only Rowset
  472. 40703    Scroll Backwards
  473. 40704    Column Privileges
  474. 40705    Command Time Out
  475. 40706    Preserve on Commit
  476. 40707    Defer Column
  477. 40708    Delay Storage Object Updates
  478. 40709    Immobile Rows
  479. 40710    Literal Bookmarks
  480. 40711    Literal Row Identity
  481. 40712    Maximum Open Rows
  482. 40713    Maximum Pending Rows
  483. 40714    Maximum Rows
  484. 40718    Others' Inserts Visible
  485. 40719    Others' Changes Visible
  486. 40720    Own Inserts Visible
  487. 40721    Own Changes Visible
  488. 40722    Quick Restart
  489. 40723    Reentrant Events
  490. 40724    Remove Deleted Rows
  491. 40725    Report Multiple Changes
  492. 40726    Row Privileges
  493. 40727    Row Threading Model
  494. 40728    Server Cursor
  495. 40729    Objects Transacted
  496. 40730    Updatability
  497. 40731    Strong Row Identity
  498. 40732    IAccessor
  499. 40733    IColumnsInfo
  500. 40734    IColumnsRowset
  501. 40735    IConnectionPointContainer
  502. 40736    Notification Granularity
  503. 40737    IRowset
  504. 40738    IRowsetChange
  505. 40739    IRowsetIdentity
  506. 40740    IRowsetInfo
  507. 40741    IRowsetLocate
  508. 40743    IRowsetResynch
  509. 40744    IRowsetScroll
  510. 40745    IRowsetUpdate
  511. 40746    ISupportErrorInfo
  512. 40747    Change Inserted Rows
  513. 40748    Return Pending Inserts
  514. 40749    IConvertType
  515. 40750    Maximum Open Chapters
  516. 40751    Maximum OR Conditions
  517. 40752    Maximum Sort Columns
  518. 40753    Sort on Index
  519. 40755    Cache Authentication
  520. 40756    Encrypt Password
  521. 40757    Integrated Security
  522. 40758    Mask Password
  523. 40759    Password
  524. 40760    Persist Encrypted
  525. 40761    Persist Security Info
  526. 40762    User ID
  527. 40764    Data Source
  528. 40765    Window Handle
  529. 40766    Impersonation Level
  530. 40767    Location
  531. 40768    Mode
  532. 40769    Prompt
  533. 40770    Protection Level
  534. 40771    Connect Timeout
  535. 40772    Locale Identifier
  536. 40773    Extended Properties
  537. 40774    Autocommit Isolation Levels
  538. 40775    Autoincrement
  539. 40776    Default
  540. 40778    Fixed Length
  541. 40779    Nullable
  542. 40780    Primary Key
  543. 40781    Unique
  544. 40783    Clustered
  545. 40784    Fill Factor
  546. 40788    Primary Key
  547. 40792    Unique
  548. 40793    Temporary Table
  549. 40795    Current Languge
  550. 40796    Network Address
  551. 40797    Network Library
  552. 40798    Use Procedure for Prepare
  553. 40799    Auto Translate
  554. 40800    Packet Size
  555. 40801    Application Name
  556. 40802    Workstation ID
  557. 40803    Replication server name connect option
  558. 40804    Server to Server RPC server name
  559. 40805    Override the NIC in the loginrec
  560. 40811    Maximum BLOB Length
  561. 40812    Fastload Options
  562. 40813    Keep Nulls
  563. 40814    Keep Identity
  564. 40820    Enable Fastload
  565. 40825    Quoted Catalog Names
  566. 40826    Provider Friendly Name
  567. 40827    Connection Status
  568. 40828    Bookmark Information
  569. 40829    Server Name
  570. 40830    Initial Catalog
  571. 40831    Initial File Name
  572. 40832    Multiple Connections
  573. 40833    Access Order
  574. 40834    IMultipleResults
  575. 40835    Lock Mode
  576. 40836    Server Data on Insert
  577. 40837    Unique Rows
  578. 40901    HY000The data source can not be used, because it DBMS version is less than 6.0.0.
  579. 40902    Microsoft OLE DB Provider for SQL Server
  580. 40903    The requested properties cannot be supported.
  581. 40904    Operation Canceled
  582. 40905    Nested variants are not supported as parameters.
  583. 40906    At least one parameter contained a type that was not supported.
  584. 40907    Unable to determine parameter type for at least one variant parameter.
  585. 40908    Cannot start transaction because more than one connection is in use.
  586. 40909    Cannot create new connection because in manual transaction mode.
  587. 40910    Can not start transaction while in firehose mode.
  588.