home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / xampp-win32-1.6.7-installer.exe / php / ntwdblib.dll / string.txt next >
Text File  |  2008-05-02  |  9KB  |  186 lines

  1. 0    Error 0
  2. 2    No such file or directory
  3. 7    Arg list too long
  4. 8    Exec format error
  5. 9    Bad file number
  6. 12    Not enough core
  7. 13    Permission denied
  8. 17    File exists
  9. 18    Cross-device link
  10. 22    Invalid argument
  11. 24    Too many open files
  12. 28    No space left on device
  13. 33    Math argument
  14. 34    Result too large
  15. 36    Resource deadlock would occur
  16. 37    Unknown error
  17. 38    This error number is unused.
  18. 1201    Jan
  19. 1202    Feb
  20. 1203    Mar
  21. 1204    Apr
  22. 1205    May
  23. 1206    Jun
  24. 1207    Jul
  25. 1208    Aug
  26. 1209    Sep
  27. 1210    Oct
  28. 1211    Nov
  29. 1212    Dec
  30. 1301    01
  31. 1302    02
  32. 1303    03
  33. 1304    04
  34. 1305    05
  35. 1306    06
  36. 1307    07
  37. 1308    08
  38. 1309    09
  39. 1310    10
  40. 1311    11
  41. 1312    12
  42. 1400    DATE_MDY
  43. 1410    TIME_12
  44. 1420    CENT_Y4
  45. 1430    MFMT_SHORT
  46. 1440    MNY_PREFIX
  47. 1450    DATE0_OFF
  48. 1460    $
  49. 1470    .
  50. 1480    ,
  51. 1490     
  52. 1500    :
  53. 1510    AM
  54. 1520    PM
  55. 1530    skipped
  56. 1540    Row
  57. 1550    Column
  58. 10000    Unable to allocate sufficient memory.
  59. 10001    NULL DBPROCESS pointer encountered.
  60. 10002    NULL Loginrec Pointer encountered.
  61. 10003    Login incorrect.
  62. 10004    Unable to connect: SQL Server is unavailable or does not exist.
  63. 10005    DBPROCESS is dead or not enabled.
  64. 10006    Attempt to login with NULL LOGINREC.
  65. 10007    General SQL Server error: Check messages from the SQL Server.
  66. 10008    Possible network error: Bad token from SQL Server: Datastream processing out of sync.
  67. 10009    General non-specific DB-Library error
  68. 10010    Possible network error: Read from SQL Server failed.
  69. 10011    Column number out of range.
  70. 10012    Attempt to call dbtsput() with an invalid timestamp.
  71. 10013    Invalid parameter in DB-LIBRARY function reference.
  72. 10014    Attempt to update the timestamp of a table that has no timestamp column.
  73. 10015    Data-conversion resulted in overflow.
  74. 10016    Requested data-conversion does not exist.
  75. 10017    Invalid computeid or compute column number.
  76. 10018    Possible network error: Error in closing network connection.
  77. 10019    Attempt to get text pointer/timestamp from a non-text column
  78. 10020    Attempt to use dbtxtsput() to put a new text-timestamp into a column whose datatype is neither SQLTEXT or SQLIMAGE.
  79. 10021    Attempt to send too much text via the dbmoretext() call.
  80. 10022    Attempt to send empty command buffer to the SQL Server.
  81. 10023    Name too long for loginrec field.
  82. 10024    SQL Server connection timed out.
  83. 10025    Possible network error: Write to SQL Server Failed.
  84. 10026    Network connection not in correct mode, invalid SQL Server connection.
  85. 10027    Possible network error: Error in sending out-of-band data to SQL Server.
  86. 10028    Illegal timeout value specified.
  87. 10029    Maximum number of DBPROCESSes already allocated.
  88. 10030    Attempt to use invalid dboption.
  89. 10031    Attempt to set fields in a null loginrec field.
  90. 10032    Attempt to set unknown loginrec field.
  91. 10033    NULL parameter not allowed for this dboption.
  92. 10034    Invalid or out of range dboption parameter.
  93. 10035    Negative starting index passed to dbstrcpy.
  94. 10036    Null destination variable not allowed.
  95. 10037    Unexpected EOF from SQL Server.
  96. 10038    Attempt to initiate a new SQL Server operation with results pending.
  97. 10039    Attempt to convert data stopped by syntax error in source field.
  98. 10040    Db-library network communciations layer not loaded.
  99. 10041    Unknown bind type passed to DB-LIBRARY function.
  100. 10042    Attempt to bind to a non-existent column.
  101. 10043    User attempted a dbbind() with mismatched column and variable types.
  102. 10044    Attempt to bind using NULL pointers.
  103. 10045    Attempt to bind user variable to a non-existent compute row.
  104. 10046    User attempted a dbaltbind() with mismatched column and variable types.
  105. 10047    Server did not grant a distributed transaction ID.
  106. 10048    Illegal field number passed to bcp_control().
  107. 10049    1000 rows successfully bulk-copied to host-file. %ld total
  108. 10050    Batch successfully bulk-copied to SQL Server.
  109. 10051    1000 rows sent to SQL Server. %ld total
  110. 10052    I/O error while writing bcp data-file.
  111. 10053    Attempt to bulk-copy a NULL value into a Server column which does not accept NULL values.
  112. 10054    Attempt to bulk-copy an oversized row to the SQL Server.
  113. 10055    bcp_init() must be called before any other bcp routines.
  114. 10056    bcp_bind(), bcp_collen() and bcp_colptr() may be used only after bcp_init() has been called with the copy direction set to DB_IN.
  115. 10057    bcp_bind() may NOT be used after bcp_init() has been passed a non-NULL input file name.
  116. 10058    For bulk copy, all variable-length data must have either a length-prefix or a terminator specified.
  117. 10059    bcp_columns() and bcp_colfmt() may be used only after bcp_init() has been passed a valid input file.
  118. 10060    bcp_columns() must be called before bcp_colfmt().
  119. 10061    Bcp host-files must contain at least one column.
  120. 10062    bcp_exec() may be called only after bcp_init() has been passed a valid host file.
  121. 10063    Bcp: Unable to open host data-file.
  122. 10064    Bcp: Unable to open error-file.
  123. 10065    I/O error while writing bcp error-file.
  124. 10066    Attempt to send too much TEXT data via the bcp_moretext() call.
  125. 10067    Unexpected EOF encountered in BCP data-file.
  126. 10068    Host-file columns may be skipped only when copying INto the Server.
  127. 10069    NULL program pointer encountered.
  128. 10070    Cannot seek in data file
  129. 10071    Bad bulk-copy direction.  Must be either IN or OUT.
  130. 10072    Attempt to use Bulk Copy with a non-existent Server table.
  131. 10073    Attempt to set maximum number of DBPROCESSes lower than 1.
  132. 10074    DB-Library has already been initialized.
  133. 10075    Invalid cursor statement.
  134. 10076    Attempt to call cursor functions when there are commands waiting to be executed.
  135. 10077    One of the tables involved in the cursor statement does not have a unique index.
  136. 10078    Cursor statement contains one of the disallowed phrases 'compute', 'union', 'for browse', or 'select into'.
  137. 10079    Aggregate functions are not allowed in a cursor statement.
  138. 10080    Only fully keyset driven cursors can have 'order by', 'group by', or 'having' phrases.
  139. 10081    Keyset or window scroll size exceeds the memory limitations of this machine.
  140. 10082    Keyset cannot be scrolled backward in mixed cursors with a previous fetch type.
  141. 10083    Cursor statement generated no results.
  142. 10084    A view cannot be joined with another table or a view in a cursor statement.
  143. 10085    Row buffering should not be turned on when using cursor APIs.
  144. 10086    Row number to be fetched is outside valid range.
  145. 10087    Backward scrolling cannot be used in a forward scrolling cursor.
  146. 10088    Fetch types RANDOM and RELATIVE can only be used within the keyset of keyset driven cursors.
  147. 10089    Fetch type LAST requires fully keyset driven cursors.
  148. 10090    Data locking or modifications cannot be made in a READONLY cursor.
  149. 10091    Table name must be determined in operations involving data locking or modifications.
  150. 10092    Update or insert operations using bind variables require single table cursors.
  151. 10093    Update or insert operations cannot use bind variables when binding type is NOBIND.
  152. 10094    The view used in the cursor statement does not include all the unique index columns of the underlying tables.
  153. 10095    Update or delete operation did not affect any rows.
  154. 10096    Cursors are not supported for this server.
  155. 10097    The BCP hostfile '%s' contains only %ld rows. Skipping all of these rows is not allowed.
  156. 10098    The BCP hostfile '%s' contains only %ld rows.  It was impossible to read the requested %ld rows.
  157. 10099    The table '%s' contains only %ld rows.  Copying up to row %ld is not possible.
  158. 10100    The table '%s' contains only %ld rows. Skipping all of these rows is not allowed.
  159. 10101    Attempt to read unknown version of BCP format file.
  160. 10102    Incorrect host-column number found in bcp format-file.
  161. 10103    I/O error while reading BCP format file.
  162. 10104    The data stored in the DBNUMERIC/DBDECIMAL structure is invalid.
  163. 10105    The SQL Server's TDS is obsolete with this version of DB-Library.
  164. 10106    The row length exceeds SQL Server's maximum allowable size.
  165. 10107    Microsoft Distributed Transaction Coordinator call failed.
  166. 10108    This function is not supported on this platform at this time.
  167. 10109    float conversion attempt failed, the source is invalid.
  168. 10110    Unable to connect: SQL Server is unavailable or does not exist -- will attempt a fallback connection.
  169. 11001     Insufficient memory.
  170. 11002     Access denied.
  171. 11003     Connection is busy.
  172. 11004     Connection broken.
  173. 11005     Connection limit exceeded.
  174. 11006     Specified SQL server not found.
  175. 11007     The network has not been started.
  176. 11008     Insufficient network resources.
  177. 11009     Network is busy.
  178. 11010     Network access denied.
  179. 11011     General network error.  Check your documentation.
  180. 11012     Incorrect connection mode.
  181. 11013     Name not found in directory service.
  182. 11014     Invalid connection.
  183. 11015     Error reading or writing network data.
  184. 11016     Too many open file handles.
  185. 11017     Unable to connect: SQL Server does not exist or network access denied.
  186.