home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / install / mdac_typ.exe / RCDATA / CABINET / sqloledb.dll / string.txt < prev    next >
Text File  |  1999-04-05  |  19KB  |  598 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    stdev
  100. 516    stdevp
  101. 517    var
  102. 518    varp
  103. 519    order
  104. 520    SET FMTONLY ON 
  105. 521     SET FMTONLY OFF
  106. 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,
  107. 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,
  108. 542    TAPE,TEMP,TEXTSIZE,TRAN,TRIGGER,TRUNCATE,TSEQUEL,UNCOMMITTED,UPDATETEXT,USE,WAITFOR,WHILE,WRITETEXT
  109. 1106    SQLOLEDB.DLL
  110. 1117    sp_server_info 1
  111. 1125    select substring('NY',status/1024&1+1,1),user_name() from master..sysdatabases where name=DB_NAME()
  112. 10110    21S01
  113. 10111    21S01
  114. 10121    07008
  115. 10122    07008
  116. 10169    22003
  117. 10207    22018
  118. 10208    42S22
  119. 10209    42S02
  120. 10211    22007
  121. 10212    22007
  122. 10214    21S01
  123. 10221    22003
  124. 10222    23000
  125. 10230    42000
  126. 10231    42000
  127. 10233    22003
  128. 10234    23000
  129. 10235    22003
  130. 10236    22018
  131. 10237    22003
  132. 10238    22003
  133. 10239    22003
  134. 10240    42S02
  135. 10241    22003
  136. 10242    22007
  137. 10243    22007
  138. 10245    22003
  139. 10246    22018
  140. 10247    22003
  141. 10248    22018
  142. 10249    22003
  143. 10250    22018
  144. 10257    22018
  145. 10267    25000
  146. 10268    42S02
  147. 10273    23000
  148. 10274    23000
  149. 10278    25000
  150. 10296    22007
  151. 10297    22007
  152. 10306    22018
  153. 10311    22025
  154. 10410    22018
  155. 10513    21000
  156. 10516    23000
  157. 10518    22007
  158. 10519    22018
  159. 10520    22003
  160. 10521    22003
  161. 10522    22003
  162. 10523    22003
  163. 10524    22003
  164. 10525    22003
  165. 10530    22018
  166. 10531    23000
  167. 10536    22003
  168. 10548    23000
  169. 10551    44000
  170. 10612    25000
  171. 10629    25000
  172. 10912    08004
  173. 10917    08004
  174. 10920    01000
  175. 10927    01000
  176. 11008    22003
  177. 11011    22019
  178. 11206    40001
  179. 11212    40001
  180. 11506    23000
  181. 11509    23000
  182. 11907    42S02
  183. 11912    42S22
  184. 11914    42S11
  185. 12502    42S02
  186. 12602    23000
  187. 12616    23000
  188. 12626    40001
  189. 12627    23000
  190. 12628    23000
  191. 12706    42S21
  192. 12707    42S02
  193. 12715    42S01
  194. 12728    42S21
  195. 12729    42S02
  196. 12741    08004
  197. 13002    42S12
  198. 13310    40001
  199. 13605    23000
  200. 13606    23000
  201. 13607    01000
  202. 13608    01000
  203. 13623    01000
  204. 13702    42S02
  205. 13704    42S12
  206. 13719    42S12
  207. 13903    25000
  208. 13904    25000
  209. 13907    25000
  210. 13909    25000
  211. 14003    28000
  212. 14018    08004
  213. 14314    42S12
  214. 14315    42S02
  215. 14402    42S02
  216. 14410    21S02
  217. 14502    21S02
  218. 14503    21S02
  219. 14507    42S21
  220. 14510    42S21
  221. 14702    42S02
  222. 14903    42S02
  223. 14925    42S22
  224. 15702    01000
  225. 15704    01000
  226. 16227    42S12
  227. 16402    25000
  228. 17113    40001
  229. 18115    22018
  230. 18116    22003
  231. 18135    22012
  232. 18153    22001
  233. 18154    01003
  234. 26903    HY109
  235. 26917    34000L
  236. 26930    HY009
  237. 26931    24000
  238. 26932    24000
  239. 26935    01001
  240. 27810    08004
  241. 28451    08004
  242. 28459    08004
  243. 28460    28000
  244. 30019    Current Catalog
  245. 30020    Active Sessions
  246. 30021    Asynchable Commit
  247. 30022    Pass By Ref Accessors
  248. 30023    Catalog Location
  249. 30024    Catalog Term
  250. 30025    Catalog Usage
  251. 30026    Column Definition
  252. 30027    NULL Concatenation Behavior
  253. 30028    Data Source Name
  254. 30029    Read-Only Data Source
  255. 30030    DBMS Name
  256. 30031    DBMS Version
  257. 30032    GROUP BY Support
  258. 30033    Heterogeneous Table Support
  259. 30034    Identifier Case Sensitivity
  260. 30035    Lock Modes
  261. 30036    Maximum Index Size
  262. 30037    Maximum Row Size
  263. 30038    Maximum Row Size Includes BLOB
  264. 30039    Maximum Tables in SELECT
  265. 30040    Multiple Storage Objects
  266. 30041    Multi-Table Update
  267. 30042    Notification Phases
  268. 30043    NULL Collation Order
  269. 30044    OLE Object Support
  270. 30045    ORDER BY Columns in Select List
  271. 30046    Prepare Commit Behavior
  272. 30047    Prepare Abort Behavior
  273. 30048    Procedure Term
  274. 30049    OLE DB Version
  275. 30050    Provider Name
  276. 30051    Provider Version
  277. 30052    Quoted Identifier Sensitivity
  278. 30053    Schema Term
  279. 30054    Schema Usage
  280. 30055    SQL Support
  281. 30056    Structured Storage
  282. 30057    Subquery Support
  283. 30058    Isolation Levels
  284. 30059    Isolation Retention
  285. 30060    Table Term
  286. 30061    User Name
  287. 30062    Transaction DDL
  288. 30063    Asynchable Abort
  289. 30064    Data Source Object Threading Model
  290. 30065    Multiple Parameter Sets
  291. 30066    Output Parameter Availability
  292. 30067    Persistent ID Type
  293. 30068    Column Recalculated Notification
  294. 30069    Column Set Notification
  295. 30070    Row Activate Notification
  296. 30071    Row Delete Notification
  297. 30072    Row First Change Notification
  298. 30073    Row Insert Notification
  299. 30074    Row Release Notification
  300. 30075    Row Resynchronization Notification
  301. 30076    Rowset Release Notification
  302. 30077    Rowset Fetch Position Change Notification
  303. 30078    Row Undo Change Notification
  304. 30079    Row Undo Delete Notification
  305. 30080    Row Undo Insert Notification
  306. 30081    Row Update Notification
  307. 30082    Rowset Conversions on Command
  308. 30083    Multiple Results
  309. 30091    ISequentialStream
  310. 30094    Preserve on Abort
  311. 30095    Blocking Storage Objects
  312. 30096    Use Bookmarks
  313. 30097    Skip Deleted Bookmarks
  314. 30098    Bookmark Type
  315. 30099    Cache Deferred Columns
  316. 30100    Fetch Backwards
  317. 30101    Hold Rows
  318. 30102    Append-Only Rowset
  319. 30103    Scroll Backwards
  320. 30104    Column Privileges
  321. 30105    Command Time Out
  322. 30106    Preserve on Commit
  323. 30107    Defer Column
  324. 30108    Delay Storage Object Updates
  325. 30109    Immobile Rows
  326. 30110    Literal Bookmarks
  327. 30111    Literal Row Identity
  328. 30112    Maximum Open Rows
  329. 30113    Maximum Pending Rows
  330. 30114    Maximum Rows
  331. 30118    Others' Inserts Visible
  332. 30119    Others' Changes Visible
  333. 30120    Own Inserts Visible
  334. 30121    Own Changes Visible
  335. 30122    Quick Restart
  336. 30123    Reentrant Events
  337. 30124    Remove Deleted Rows
  338. 30125    Report Multiple Changes
  339. 30126    Row Privileges
  340. 30127    Row Threading Model
  341. 30128    Server Cursor
  342. 30129    Objects Transacted
  343. 30130    Updatability
  344. 30131    Strong Row Identity
  345. 30132    IAccessor
  346. 30133    IColumnsInfo
  347. 30134    IColumnsRowset
  348. 30135    IConnectionPointContainer
  349. 30136    Notification Granularity
  350. 30137    IRowset
  351. 30138    IRowsetChange
  352. 30139    IRowsetIdentity
  353. 30140    IRowsetInfo
  354. 30141    IRowsetLocate
  355. 30143    IRowsetResynch
  356. 30144    IRowsetScroll
  357. 30145    IRowsetUpdate
  358. 30146    ISupportErrorInfo
  359. 30147    Change Inserted Rows
  360. 30148    Return Pending Inserts
  361. 30149    IConvertType
  362. 30150    Maximum Open Chapters
  363. 30151    Maximum OR Conditions
  364. 30152    Maximum Sort Columns
  365. 30153    Sort on Index
  366. 30155    Cache Authentication
  367. 30156    Encrypt Password
  368. 30157    Integrated Security
  369. 30158    Mask Password
  370. 30159    Password
  371. 30160    Persist Encrypted
  372. 30161    Persist Security Info
  373. 30162    User ID
  374. 30164    Data Source
  375. 30165    Window Handle
  376. 30166    Impersonation Level
  377. 30167    Location
  378. 30168    Mode
  379. 30169    Prompt
  380. 30170    Protection Level
  381. 30171    Connect Timeout
  382. 30172    Locale Identifier
  383. 30173    Extended Properties
  384. 30174    Autocommit Isolation Levels
  385. 30175    Autoincrement
  386. 30176    Default
  387. 30178    Fixed Length
  388. 30179    Nullable
  389. 30180    Primary Key
  390. 30181    Unique
  391. 30183    Clustered
  392. 30184    Fill Factor
  393. 30188    Primary Key
  394. 30192    Unique
  395. 30193    Temporary Table
  396. 30195    Current Language
  397. 30196    Network Address
  398. 30197    Network Library
  399. 30198    Use Procedure for Prepare
  400. 30199    Auto Translate
  401. 30200    Packet Size
  402. 30201    Application Name
  403. 30202    Workstation ID
  404. 30203    Replication server name connect option
  405. 30204    Server to Server RPC server name
  406. 30205    Override the NIC in the loginrec
  407. 30211    Maximum BLOB Length
  408. 30212    Fastload Options
  409. 30213    Keep Nulls
  410. 30214    Keep Identity
  411. 30220    Enable Fastload
  412. 30225    Quoted Catalog Names
  413. 30226    Provider Friendly Name
  414. 30227    Connection Status
  415. 30228    Bookmark Information
  416. 30229    Server Name
  417. 30230    Open Rowset Support
  418. 30231    Initial Catalog
  419. 30232    Initial File Name
  420. 30233    Multiple Connections
  421. 30234    Access Order
  422. 30235    IMultipleResults
  423. 30236    Lock Mode
  424. 30237    Server Data on Insert
  425. 30238    Unique Rows
  426. 30239    Unicode Locale Id
  427. 30240    Unicode Comparision Style
  428. 40000    Cannot drop the index
  429. 40001    Microsoft SQL Server Login
  430. 40002    table
  431. 40003    owner
  432. 40004    database
  433. 40005    stored procedure
  434. 40006    (local)
  435. 40007    Microsoft SQL Server Login
  436. 40008    Help is not available
  437. 40017    Filling listbox requires a valid Login Id and Password
  438. 40018    Filling listbox failed:\nSQLState: '%s'\n SQL Server Error: %ld\n%s
  439. 40019    Connection failed:\nSQLState: '%s'\nSQL Server Error: %ld\n%s\n
  440. 40020    &Server:
  441. 40021    (Default)
  442. 40022    Unknown Translator
  443. 40023    Select Log File
  444. 40024    Log Files(*.log)|*.log|All Files(*.*)|*.*|
  445. 40025    Query Logging Threshold field must be numeric
  446. 40026    At %s the following query executed in %lu milliseconds
  447. 40027    Error %d occurred. No description was returned by server '%s'.
  448. 40114    07001Wrong number of parameters
  449. 40115    07006Restricted data type attribute violation
  450. 40116    07S01Invalid use of default parameter
  451. 40117    08001Client unable to establish connection
  452. 40118    08004Server rejected the connection
  453. 40119    08S01Connection failure
  454. 40120    21S01Insert value list does not match column list
  455. 40121    21S02Degree of derived table does not match column list
  456. 40122    22001String data, right truncation
  457. 40123    22002Indicator variable required but not supplied
  458. 40124    22003Numeric value out of range
  459. 40125    22018Invalid character value for cast specification.
  460. 40126    22007Invalid date format
  461. 40127    22007Invalid time format
  462. 40128    22007Invalid timestamp format
  463. 40129    22026String data, length mismatch
  464. 40130    24000Invalid cursor state
  465. 40131    25000Invalid transaction state
  466. 40132    28000Invalid authorization specification
  467. 40133    28000Invalid authorization specification; Access to selected database has been denied
  468. 40134    28000Invalid authorization specification; Language specified is not supported
  469. 40135    34000Invalid cursor name
  470. 40136    42000Syntax error or access violation
  471. 40137    3C000Duplicate cursor name
  472. 40138    HY018Server declined cancel request
  473. 40140    IM006Packet size change not supported by server, default used
  474. 40141    IM008Dialog failed
  475. 40142    IM009Unable to load translation DLL
  476. 40143    IM009Translation module is not valid
  477. 40144    HY000General error
  478. 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.
  479. 40147    HY000Unknown token received from SQL Server
  480. 40148    HY000Operation not allowed while results are pending
  481. 40149    HY000Unable to load communication module.  Driver has not been correctly installed.
  482. 40150    HY000Communication module is not valid.  Driver has not been correctly installed.
  483. 40151    HY000Warning: Partial insert/update. The insert/update of a text or image column(s) did not succeed.
  484. 40152    HY000Connection is busy with results for another command
  485. 40153    HY000Failure during closing of connection
  486. 40154    HY000Protocol error in TDS stream
  487. 40155    HY000TDS buffer length too large
  488. 40156    HY000Non-default parameter not allowed after default parameter
  489. 40157    HY001Memory allocation failure
  490. 40158    07009Invalid Descriptor Index
  491. 40159    HY003Invalid application buffer type
  492. 40160    HY008Operation canceled
  493. 40161    HY009Invalid use of null pointer
  494. 40162    HY010Function sequence error
  495. 40163    HY011Operation invalid at this time
  496. 40164    HY015No cursor name available
  497. 40165    HY090Invalid string or buffer length
  498. 40166    HY091Invalid descriptor field identifier
  499. 40167    HY092Invalid attribute/option identifier
  500. 40168    07009Invalid parameter number
  501. 40169    HY021Inconsistent descriptor information
  502. 40170    HY021Invalid scale value
  503. 40171    HY096Invalid information type
  504. 40172    HY104Invalid precision value
  505. 40173    HY105Invalid parameter type
  506. 40174    HY106Fetch type out of range
  507. 40175    HY107Row value out of range
  508. 40176    HY109Invalid cursor position
  509. 40177    HY111Invalid bookmark value
  510. 40178    HYC00Optional feature not implemented
  511. 40179    HYT00Timeout expired
  512. 40180    08003Connection does not exist
  513. 40184    HY019Non-character and non-binary data sent in pieces
  514. 40190    07005Prepared statement is not a cursor-specification
  515. 40192    HY020Attempt to concatenate to a null or default value
  516. 40193    HY000Too many columns in select list
  517. 40194    HY016Cannot modify an implementation row descriptor
  518. 40195    HY004Invalid SQL data type
  519. 40197    22015Interval field overflow
  520. 40198    HY007Associated statement is not prepared
  521. 40199    HY024Invalid attribute value
  522. 40201    HY000Connection is not enabled for BCP
  523. 40202    HY000Unable to derive parameter information for a temporary stored procedure.
  524. 40203    HY000ODBCBCP/Driver version mismatch
  525. 40205    HY000Unicode conversion failed
  526. 40206    HY000Cannot insert or update columns from multiple tables.
  527. 40212    HY000Attempt to bulk-copy a NULL value into a Server column which does not accept NULL values
  528. 40224    HY000Attempt to bulk-copy an oversized column to the SQL Server
  529. 40227    HY000All bound columns are read-only
  530. 40228    HY000Cannot initialize SSPI package
  531. 40229    HY000Cannot generate SSPI context
  532. 40233    HY000The row length exceeds SQL Server's maximum allowable size
  533. 40234    HY000Unicode conversion failed.  Code page of server not on client
  534. 40237    HY000An old netlib (%s) has been detected.  Please delete it and restart the application.
  535. 40350    25S11Enlistment is not possible due to pending transaction
  536. 40351    25S12Distributed transaction error
  537. 40400    01000General warning
  538. 40401    01000Ongoing transaction has been committed
  539. 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.
  540. 40403    01000Access to database configured in the DSN has been denied. Default used.
  541. 40404    01000Language configured in the DSN is not supported. Default used.
  542. 40405    01000Procedure executed with 'EXEC'.  No output parameters returned.
  543. 40406    01000An error has occurred during an attempt to access the log file, logging disabled.
  544. 40407    01000Connected to backup server
  545. 40408    01000SQL Debugging disabled
  546. 40409    01000Translation options conflict with client/server character sets
  547. 40410    01004String data, right truncation
  548. 40450    01S00Invalid connection string attribute
  549. 40451    01S01Error in row
  550. 40452    01S02Option value changed
  551. 40453    01S02Packet size change not honored by server, server size used
  552. 40454    01S02Packet size changed
  553. 40455    01S02Cursor type changed
  554. 40456    01S02Cursor concurrency changed
  555. 40457    01S02Login timeout changed
  556. 40458    01001Cursor operation conflict
  557. 40459    01S05Cancel treated as FreeStmt/Close
  558. 40460    01S06Attempt to fetch before the result returned the first rowset
  559. 40461    01S07Fractional truncation
  560. 40500    Data Source Name
  561. 40501    Driver
  562. 40502    Server
  563. 40503    Login ID
  564. 40504    Password
  565. 40505    AppName
  566. 40506    WorkStation ID
  567. 40509    Database
  568. 40510    Language
  569. 40550    Unknown NetErr.
  570. 40551    Insufficient memory.
  571. 40552    Access denied.
  572. 40553    Connection is busy.
  573. 40554    Connection broken.
  574. 40555    Connection limit exceeded.
  575. 40556    Specified SQL server not found.
  576. 40557    The network has not been started.
  577. 40558    Insufficient network resources.
  578. 40559    Network is busy.
  579. 40560    Network access denied.
  580. 40561    General network error. Check your network documentation.
  581. 40562    Incorrect connection mode.
  582. 40563    Name not found in directory service.
  583. 40564    Invalid connection.
  584. 40565    Error reading or writing network data.
  585. 40566    Too many open file handles.
  586. 40567    SQL Server does not exist or access denied.
  587. 40601    HY000The data source can not be used, because it DBMS version is less than 6.5.0.
  588. 40602    Microsoft OLE DB Provider for SQL Server
  589. 40603    The requested properties cannot be supported.
  590. 40604    Operation Canceled
  591. 40605    Nested variants are not supported as parameters.
  592. 40606    At least one parameter contained a type that was not supported.
  593. 40607    Unable to determine parameter type for at least one variant parameter.
  594. 40608    Cannot start transaction because more than one connection is in use.
  595. 40609    Cannot create new connection because in manual transaction mode.
  596. 40610    Cannot start transaction while in firehose mode.
  597. 40611    HY000The data source can not be used, because it is not a Microsoft SQL Server.
  598.