00001 { SYBEAAMT, EXPROGRAM, "User attempted a dbaltbind() with mismatched column and variable types."},
00002 { SYBEABMT, EXPROGRAM, "User attempted a dbbind() with mismatched column and variable types."},
00003 { SYBEABNC, EXPROGRAM, "Attempt to bind to a non-existent column."},
00004 { SYBEABNP, EXPROGRAM, "Attempt to bind using NULL pointers."},
00005 { SYBEABNV, EXPROGRAM, "Attempt to bind to a NULL program variable."},
00006 { SYBEACNV, EXCONVERSION, "Attemp to do conversion with NULL destination variable."},
00007 { SYBEADST, EXCONSISTENCY, "Error in attempting to determine the size of a pair of translation tables."},
00008 { SYBEAICF, EXCONSISTENCY, "Error in attempting to install custom format."},
00009 { SYBEALTT, EXCONSISTENCY, "Error in attempting to load a pair of translation tables."},
00010 { SYBEAOLF, EXRESOURCE, "Error in attempting to open a localization file."},
00011 { SYBEAPCT, EXCONSISTENCY, "Error in attempting to perform a character-set translation."},
00012 { SYBEAPUT, EXPROGRAM, "Attempt to print unknown token."},
00013 { SYBEARDI, EXRESOURCE, "Error in attempting to read datetime information from a localization file."},
00014 { SYBEARDL, EXRESOURCE, "Error in attempting to read the dblib.loc localization file."},
00015 { SYBEASEC, EXPROGRAM, "Attempt to send an empty command buffer to the SQL Server."},
00016 { SYBEASNL, EXPROGRAM, "Attempt to set fields in a null loginrec."},
00017 { SYBEASTF, 1, "VMS: Unable to setmode for control_c ast."},
00018 { SYBEASTL, EXPROGRAM, "Synchronous IO attempted at AST level."},
00019 { SYBEASUL, EXPROGRAM, "Attempt to set unknown loginrec field."},
00020 { SYBEATTNACK, 1, "Timed out waiting for server to acknowledge attention."."},
00021 { SYBEAUTN, EXPROGRAM, "Attempt to update the timestamp of a table which has no timestamp column."},
00022 { SYBEBADPK, EXINFO, "Packet size of %1! not supported. -- size of %2! used instead."},
00023 { SYBEBADTYPE, 1, "Illegal value for type parameter given to %1!."},
00024 { SYBEBBCI, EXINFO, "Batch successfully bulk-copied to SQL Server."},
00025 { SYBEBBFL, 1, "-001- Batch failed in bulk-copy to SQL Server."},
00026 { SYBEBBL, EXPROGRAM, "Bad bindlen parameter passed to dbsetnull()."},
00027 { SYBEBCBC, EXPROGRAM, "bcp_columns() must be called before bcp_colfmt() and bcp_colfmt_ps()."},
00028 { SYBEBCBNPR, EXPROGRAM, "bcp_bind(): if varaddr is NULL, prefixlen must be 0 and no terminator should be specified."},
00029 { SYBEBCBNTYP, EXPROGRAM, "bcp_bind(): if varaddr is NULL and varlen greater than 0, the table column type must be SYBTEXT or SYBIMAGE and the program variable type must be SYBTEXT, SYBCHAR, SYBIMAGE or SYBBINARY."},
00030 { SYBEBCBPREF, EXPROGRAM, "Illegal prefix length. Legal values are 0, 1, 2 or 4."},
00031 { SYBEBCFO, EXUSER, "Bcp host-files must contain at least one column."},
00032 { SYBEBCHLEN, EXPROGRAM, "host_collen should be greater than or equal to -1."},
00033 { SYBEBCIS, EXCONSISTENCY, "Attempt to bulk-copy an illegally-sized column value to the SQL Server."},
00034 { SYBEBCIT, EXPROGRAM, "It's illegal to use BCP terminators with program variables other than SYBCHAR, SYBBINARY, SYBTEXT, or SYBIMAGE."},
00035 { SYBEBCITBLEN, EXPROGRAM, "bcp_init(): tblname parameter is too long."},
00036 { SYBEBCITBNM, EXPROGRAM, "bcp_init(): tblname parameter cannot be NULL."},
00037 { SYBEBCMTXT, EXPROGRAM, "bcp_moretext() may be used only when there is at least one text or image column in the server table."},
00038 { SYBEBCNL, EXNONFATAL, "Negative length-prefix found in BCP data-file."},
00039 { SYBEBCNN, EXUSER, "Attempt to bulk-copy a NULL value into Server column 0, which does not accept NULL values."},
00040 { SYBEBCNT, EXUSER, "Attempt to use Bulk Copy with a non-existent Server table."},
00041 { SYBEBCOR, EXCONSISTENCY, "Attempt to bulk-copy an oversized row to the SQL Server."},
00042 { SYBEBCPB, EXPROGRAM, "bcp_bind(), bcp_moretext() and bcp_sendrow() may NOT be used after bcp_init() has been passed a non-NULL input file name."},
00043 { SYBEBCPCTYP, EXPROGRAM, "bcp_colfmt(): If table_colnum is 0, host_type cannot be 0."},
00044 { SYBEBCPI, EXPROGRAM, "bcp_init() must be called before any other bcp routines."},
00045 { SYBEBCPN, EXPROGRAM, "bcp_bind(), bcp_collen(), bcp_colptr(), bcp_moretext() and bcp_sendrow() may be used only after bcp_init() has been called with the copy direction set to DB_IN."},
00046 { SYBEBCPOPT, 1, "The option cannot be called while a bulk copy operation is progress."},
00047 { SYBEBCPREC, EXNONFATAL, "Column %1!: Illegal precision value encountered."},
00048 { SYBEBCPREF, EXPROGRAM, "Illegal prefix length. Legal values are -1, 0, 1, 2 or 4."},
00049 { SYBEBCRE, EXNONFATAL, "IO error while reading bcp data-file."},
00050 { SYBEBCRO, EXINFO, "The BCP hostfile '' contains only 0 rows. It was impossible to read the requested 0 rows."},
00051 { SYBEBCSA, EXUSER, "The BCP hostfile '' contains only 0 rows. Skipping all of these rows is not allowed."},
00052 { SYBEBCSET, EXCONSISTENCY, "Unknown character-set encountered."."},
00053 { SYBEBCSI, EXPROGRAM, "Host-file columns may be skipped only when copying INto the Server."},
00054 { SYBEBCSNDROW, EXPROGRAM, "bcp_sendrow() may NOT be called unless all text data for the previous row has been sent using bcp_moretext()."},
00055 { SYBEBCSNTYP, EXPROGRAM, "column number %1!: if varaddr is NULL and varlen greater than 0, the table column type must be SYBTEXT or SYBIMAGE and the program variable type must be SYBTEXT, SYBCHAR, SYBIMAGE or SYBBINARY."},
00056 { SYBEBCUC, EXRESOURCE, "Bcp: Unable to close host data-file."},
00057 { SYBEBCUO, EXRESOURCE, "Bcp: Unable to open host data-file."},
00058 { SYBEBCVH, EXPROGRAM, "bcp_exec() may be called only after bcp_init() has been passed a valid host file."},
00059 { SYBEBCVLEN, EXPROGRAM, "varlen should be greater than or equal to -1."},
00060 { SYBEBCWE, EXNONFATAL, "IO error while writing bcp data-file."},
00061 { SYBEBDIO, EXPROGRAM, "Bad bulk-copy direction. Must be either IN or OUT."},
00062 { SYBEBEOF, EXNONFATAL, "Unexpected EOF encountered in BCP data-file."},
00063 { SYBEBIHC, EXPROGRAM, "Incorrect host-column number found in bcp format-file."},
00064 { SYBEBIVI, EXPROGRAM, "bcp_columns(), bcp_colfmt() and bcp_colfmt_ps() may be used only after bcp_init() has been passed a valid input file."},
00065 { SYBEBNCR, EXPROGRAM, "Attempt to bind user variable to a non-existent compute row."},
00066 { SYBEBNUM, EXPROGRAM, "Bad numbytes parameter passed to dbstrcpy()."},
00067 { SYBEBOOL, 1, "Boolean parameters must be TRUE or FALSE."},
00068 { SYBEBPKS, EXPROGRAM, "In DBSETLPACKET(), the packet size parameter must be between 0 and 999999."},
00069 { SYBEBPREC, EXPROGRAM, "Illegal precision specified."},
00070 { SYBEBPROBADDEF, EXCONSISTENCY, "bcp protocol error: illegal default column id received."},
00071 { SYBEBPROBADLEN, 1, "bcp protocol error: illegal datatype length received."},
00072 { SYBEBPROBADPREC, 1, "bcp protocol error: illegal precision value received."},
00073 { SYBEBPROBADSCL, 1, "bcp protocol error: illegal scale value received."},
00074 { SYBEBPROBADTYP, 1, "bcp protocol error: unknown column datatype."},
00075 { SYBEBPROCOL, EXCONSISTENCY, "bcp protocol error: returned column count differs from the actual number of columns received."},
00076 { SYBEBPRODEF, EXCONSISTENCY, "bcp protocol error: expected default information and got none."},
00077 { SYBEBPRODEFID, EXCONSISTENCY, "bcp protocol error: default column id and actual column id are not same."},
00078 { SYBEBPRODEFTYP, EXCONSISTENCY, "bcp protocol error: default value datatype differs from column datatype."},
00079 { SYBEBPROEXTDEF, EXCONSISTENCY, "bcp protocol error: more than one row of default information received."},
00080 { SYBEBPROEXTRES, EXCONSISTENCY, "bcp protocol error: unexpected set of results received."},
00081 { SYBEBPRONODEF, EXCONSISTENCY, "bcp protocol error: default value received for column that does not have default."},
00082 { SYBEBPRONUMDEF, EXCONSISTENCY, "bcp protocol error: expected number of defaults differs from the actual number of defaults received."},
00083 { SYBEBRFF, EXRESOURCE, "IO error while reading bcp format-file."},
00084 { SYBEBSCALE, EXPROGRAM, "Illegal scale specified."},
00085 { SYBEBTMT, EXPROGRAM, "Attempt to send too much TEXT data via the bcp_moretext() call."},
00086 { SYBEBTOK, EXCOMM, "Bad token from SQL Server: Data-stream processing out of sync."},
00087 { SYBEBTYP, EXPROGRAM, "Unknown bind type passed to DB-LIBRARY function."},
00088 { SYBEBTYPSRV, EXPROGRAM, "Datatype is not supported by the server."},
00089 { SYBEBUCE, EXRESOURCE, "Bcp: Unable to close error-file."},
00090 { SYBEBUCF, EXPROGRAM, "Bcp: Unable to close format-file."},
00091 { SYBEBUDF, EXPROGRAM, "Bcp: Unrecognized datatype found in format-file."},
00092 { SYBEBUFF, EXPROGRAM, "Bcp: Unable to create format-file."},
00093 { SYBEBUFL, EXCONSISTENCY, "DB-LIBRARY internal error - send buffer length corrupted."},
00094 { SYBEBUOE, EXRESOURCE, "Bcp: Unable to open error-file."},
00095 { SYBEBUOF, EXPROGRAM, "Bcp: Unable to open format-file."},
00096 { SYBEBWEF, EXNONFATAL, "IO error while writing bcp error-file."},
00097 { SYBEBWFF, EXRESOURCE, "IO error while writing bcp format-file."},
00098 { SYBECAP, EXCOMM, "DB-Library capabilities not accepted by the Server."},
00099 { SYBECAPTYP, EXCOMM, "Unexpected capability type in CAPABILITY datastream."},
00100 { SYBECDNS, EXCONSISTENCY, "Datastream indicates that a compute column is derived from a non-existent select-list member."},
00101 { SYBECDOMAIN, EXCONVERSION, "Source field value is not within the domain of legal values."},
00102 { SYBECINTERNAL, EXCONVERSION, "Internal Conversion error."},
00103 { SYBECLOS, EXCOMM, "Error in closing network connection."},
00104 { SYBECLOSEIN, 1, "Unable to close interface file."},
00105 { SYBECLPR, EXCONVERSION, "Data-conversion resulted in loss of precision."},
00106 { SYBECNOR, EXPROGRAM, "Column number out of range."},
00107 { SYBECNOV, EXCONVERSION, "Attempt to set variable to NULL resulted in overflow."},
00108 { SYBECOFL, EXCONVERSION, "Data-conversion resulted in overflow."},
00109 { SYBECONN, EXCOMM, "Unable to connect socket -- SQL Server is unavailable or does not exist."},
00110 { SYBECRNC, EXPROGRAM, "The current row is not a result of compute clause 0, so it is illegal to attempt to extract that data from this row."},
00111 { SYBECRSAGR, EXPROGRAM, "Aggregate functions are not allowed in a cursor statement."},
00112 { SYBECRSBROL, EXPROGRAM, "Backward scrolling cannot be used in a forward scrolling cursor."},
00113 { SYBECRSBSKEY, EXPROGRAM, "Keyset cannot be scrolled backward in mixed cursors with a previous fetch type."},
00114 { SYBECRSBUFR, EXPROGRAM, "Row buffering should not be turned on when using cursor APIs."},
00115 { SYBECRSDIS, EXPROGRAM, "Cursor statement contains one of the disallowed phrases 'compute', 'union', 'for browse', or 'select into'."},
00116 { SYBECRSFLAST, EXPROGRAM, "Fetch type LAST requires fully keyset driven cursors."},
00117 { SYBECRSFRAND, EXPROGRAM, "Fetch types RANDOM and RELATIVE can only be used within the keyset of keyset driven cursors."},
00118 { SYBECRSFROWN, EXPROGRAM, "Row number to be fetched is outside valid range."},
00119 { SYBECRSFTYPE, EXRESOURCE, "Unknown fetch type."},
00120 { SYBECRSINV, EXPROGRAM, "Invalid cursor statement."},
00121 { SYBECRSINVALID, EXRESOURCE, "The cursor handle is invalid."},
00122 { SYBECRSMROWS, EXRESOURCE, "Multiple rows are returned, only one is expected."},
00123 { SYBECRSNOBIND, EXPROGRAM, "Cursor bind must be called prior to updating cursor."},
00124 { SYBECRSNOCOUNT, EXPROGRAM, "The DBNOCOUNT option should not be turned on when doing updates or deletes with dbcursor()."},
00125 { SYBECRSNOFREE, EXPROGRAM, "The DBNOAUTOFREE option should not be turned on when using cursor APIs."},
00126 { SYBECRSNOIND, EXPROGRAM, "One of the tables involved in the cursor statement does not have a unique index."},
00127 { SYBECRSNOKEYS, EXRESOURCE, "The entire keyset must be defined for KEYSET cursors."},
00128 { SYBECRSNOLEN, EXRESOURCE, "No unique index found."},
00129 { SYBECRSNOPTCC, EXRESOURCE, "No OPTCC was found."},
00130 { SYBECRSNORDER, EXRESOURCE, "The order of clauses must be from, where, and order by."},
00131 { SYBECRSNORES, EXPROGRAM, "Cursor statement generated no results."},
00132 { SYBECRSNOTABLE, EXRESOURCE, "Table name is NULL."},
00133 { SYBECRSNOUPD, EXPROGRAM, "Update or delete operation did not affect any rows."},
00134 { SYBECRSNOWHERE, EXPROGRAM, "A WHERE clause is not allowed in a cursor update or insert."},
00135 { SYBECRSNROWS, EXRESOURCE, "No rows returned, at least one is expected."},
00136 { SYBECRSNUNIQUE, EXRESOURCE, "No unique keys associated with this view."},
00137 { SYBECRSORD, EXPROGRAM, "Only fully keyset driven cursors can have 'order by', ' group by', or 'having' phrases."},
00138 { SYBECRSRO, EXPROGRAM, "Data locking or modifications cannot be made in a READONLY cursor."},
00139 { SYBECRSSET, EXPROGRAM, "A SET clause is required for a cursor update or insert."},
00140 { SYBECRSTAB, EXPROGRAM, "Table name must be determined in operations involving data locking or modifications."},
00141 { SYBECRSUPDNB, EXPROGRAM, "Update or insert operations cannot use bind variables when binding type is NOBIND."},
00142 { SYBECRSUPDTAB, EXPROGRAM, "Update or insert operations using bind variables require single table cursors."},
00143 { SYBECRSVAR, EXRESOURCE, "There is no valid address associated with this bind."},
00144 { SYBECRSVIEW, EXPROGRAM, "A view cannot be joined with another table or a view in a cursor statement."},
00145 { SYBECRSVIIND, EXPROGRAM, "The view used in the cursor statement does not include all the unique index columns of the underlying tables."},
00146 { SYBECS, 1, "-004- cs context Error."},
00147 { SYBECSYN, EXCONVERSION, "Attempt to convert data stopped by syntax error in source field."},
00148 { SYBECUFL, EXCONVERSION, "Data-conversion resulted in underflow."},
00149 { SYBECWLL, 1, "Attempt to set column width less than 1."},
00150 { SYBEDBPS, EXRESOURCE, "Maximum number of DBPROCESSes already allocated."},
00151 { SYBEDCL, 1, "-004- DCL Error."},
00152 { SYBEDDNE, EXINFO, "DBPROCESS is dead or not enabled."},
00153 { SYBEDIVZ, EXUSER, "Attempt to divide by $0.00 in function %1!."},
00154 { SYBEDNTI, EXPROGRAM, "Attempt to use dbtxtsput() to put a new text-timestamp into a column whose datatype is neither SYBTEXT nor SYBIMAGE."},
00155 { SYBEDPOR, EXPROGRAM, "Out-of-range datepart constant."},
00156 { SYBEDVOR, EXPROGRAM, "Day values must be between 1 and 7."},
00157 { SYBEECAN, EXINFO, "Attempted to cancel unrequested event notification."},
00158 { SYBEECRT, 1, "Must call dbregdefine() before dbregcreate()."},
00159 { SYBEEINI, EXINFO, "Must call dbreginit() before dbregraise()."},
00160 { SYBEEQVA, 1, "Error in queueing VMS AST routine."},
00161 { SYBEERRLABEL, 1, "An illegal value was returned from the security label handler."},
00162 { SYBEESSL, 1, "Login security level entered does not agree with operating system level."},
00163 { SYBEETD, EXPROGRAM, ""Failure to send the expected amount of TEXT or IMAGE data via dbmoretext()."},
00164 { SYBEEUNR, EXCOMM, "Unsolicited event notification received."},
00165 { SYBEEVOP, EXINFO, "Called dbregwatch() with a bad options parameter."},
00166 { SYBEEVST, EXINFO, "Must initiate a transaction before calling dbregparam()."},
00167 { SYBEFCON, EXCOMM, "SQL Server connection failed."},
00168 { SYBEFENC, 1, "Password Encryption failed."."},
00169 { SYBEFGTL, 1, "Bcp: Row number of the first row to be copied cannot be greater than the row number for the last row to be copied."},
00170 { SYBEFMODE, 1, "ReadWriteAppend mode denied on file."},
00171 { SYBEFRES, EXFATAL, "Challenge-Response function failed.",."},
00172 { SYBEFSHD, EXRESOURCE, "Error in attempting to find the Sybase home directory."},
00173 { SYBEFUNC, EXPROGRAM, "Functionality not supported at the specified version level."},
00174 { SYBEGENOS, 1, "General Operating System Error."},
00175 { SYBEICN, EXPROGRAM, "Invalid computeid or compute column number."},
00176 { SYBEIDCL, EXCONSISTENCY, "Illegal datetime column length returned by DataServer. Legal datetime lengths are 4 and 8 bytes."},
00177 { SYBEIDECCL, EXCONSISTENCY, "Invalid decimal column length returned by the server."},
00178 { SYBEIFCL, EXCONSISTENCY, "Illegal floating-point column length returned by DataServer. Legal floating-point lengths are 4 and 8 bytes."},
00179 { SYBEIFNB, EXPROGRAM, "Illegal field number passed to bcp_control()."},
00180 { SYBEIICL, EXCONSISTENCY, "Illegal integer column length returned by SQL Server. Legal integer lengths are 1, 2, and 4 bytes."},
00181 { SYBEIMCL, EXCONSISTENCY, "Illegal money column length returned by DataServer. Legal money lengths are 4 and 8 bytes."},
00182 { SYBEINLN, EXUSER, "Interface file: unexpected end-of-line."},
00183 { SYBEINTF, EXUSER, "Server name not found in interface file."},
00184 { SYBEINUMCL, EXCONSISTENCY, "Invalid numeric column length returned by the server."},
00185 { SYBEIPV, EXINFO, "%1! is an illegal value for the %2! parameter of %3!."},
00186 { SYBEISOI, EXCONSISTENCY, "Invalid sort-order information found."},
00187 { SYBEISRVPREC, EXCONSISTENCY, "Illegal precision value returned by the server."},
00188 { SYBEISRVSCL, EXCONSISTENCY, "Illegal scale value returned by the server."},
00189 { SYBEITIM, EXPROGRAM, "Illegal timeout value specified."},
00190 { SYBEIVERS, EXPROGRAM, "Illegal version level specified."},
00191 { SYBEKBCI, EXINFO, "Bcp: 1000 rows sent to SQL Server."},
00192 { SYBEKBCO, EXINFO, "1000 rows successfully bulk-copied to host-file."},
00193 { SYBELBLEN, 1, "Security labels should be less than 256 characters long."},
00194 { SYBEMEM, EXRESOURCE, "Unable to allocate sufficient memory."},
00195 { SYBEMOV, EXUSER, "Money arithmetic resulted in overflow in function %1!."},
00196 { SYBEMPLL, EXUSER, "Attempt to set maximum number of DBPROCESSes lower than 1."},
00197 { SYBEMVOR, EXPROGRAM, "Month values must be between 1 and 12."},
00198 { SYBENBUF, EXINFO, "called dbsendpassthru() with a NULL buf pointer."},
00199 { SYBENBVP, EXPROGRAM, "Cannot pass dbsetnull() a NULL bindval pointer."},
00200 { SYBENDC, EXPROGRAM, "Cannot have negative component in date in numeric form."},
00201 { SYBENDTP, EXPROGRAM, "Called dbdatecrack() with a NULL datetime parameter."},
00202 { SYBENEG, EXCOMM, "Negotiated login attempt failed."},
00203 { SYBENEHA, 1, "Called dbreghandle() with a NULL handler parameter."},
00204 { SYBENHAN, EXINFO, "called dbrecvpassthru() with a NULL handler parameter."},
00205 { SYBENLNL, 1, "Program not linked with specified network library."},
00206 { SYBENMOB, EXPROGRAM, "No such member of 'order by' clause."},
00207 { SYBENOEV, EXINFO, "dbpoll() cannot be called if registered procedure notifications have been disabled."},
00208 { SYBENOTI, 1, "No event handler installed."},
00209 { SYBENOVALUE, 1, "Security labels require both a name and a value."},
00210 { SYBENPRM, EXPROGRAM, "NULL parameter not allowed for this dboption."},
00211 { SYBENSIP, EXPROGRAM, "Negative starting index passed to dbstrcpy()."},
00212 { SYBENTLL, EXUSER, "Name too long for loginrec field."},
00213 { SYBENTST, 1, "The file being opened must be a stream_lf."},
00214 { SYBENTTN, EXPROGRAM, "Attempt to use dbtxtsput() to put a new text-timestamp into a non-existent data row."},
00215 { SYBENULL, EXINFO, "NULL DBPROCESS pointer passed to DB-Library."},
00216 { SYBENULP, EXPROGRAM, "Called with a NULL parameter."},
00217 { SYBENUM, 1, "Incorrect number of arguments given to DB-Library."},
00218 { SYBENXID, EXNONFATAL, "The Server did not grant us a distributed-transaction ID."},
00219 { SYBEONCE, EXPROGRAM, "Function can be called only once."},
00220 { SYBEOOB, EXCOMM, "Error in sending out-of-band data to SQL Server."},
00221 { SYBEOPIN, EXNONFATAL, "Could not open interface file."},
00222 { SYBEOPNA, EXNONFATAL, "The textimage facility is available only when using a SQL Server whose version number is 4.0 or greater."},
00223 { SYBEOPTNO, 1, "Option is not allowed or is unreconized."},
00224 { SYBEOREN, EXINFO, "Warning: an out-of-range error-number was encountered in dblib.loc. The maximum permissible error-number is defined as DBERRCOUNT in sybdb.h."},
00225 { SYBEORPF, EXUSER, "Attempt to set remote password would overflow the login-record's remote-password field."},
00226 { SYBEOSSL, 1, "Operating system login level not in range of Secure SQL Server."},
00227 { SYBEPAGE, 1, "wrong resource type or length given for dbpage() operation."},
00228 { SYBEPOLL, EXINFO, "Only one dbpoll() can be active at a time."},
00229 { SYBEPRTF, EXINFO, "dbtracestring() may only be called from a printfunc()."},
00230 { SYBEPWD, EXUSER, "Incorrect password."},
00231 { SYBERDCN, EXCONVERSION, "Requested data-conversion does not exist."},
00232 { SYBERDNR, EXPROGRAM, "Attempt to retrieve data from a non-existent row."},
00233 { SYBEREAD, EXCOMM, "Read from SQL Server failed."},
00234 { SYBERESP, EXPROGRAM, "Response function address passed to dbresponse() must be non-NULL."},
00235 { SYBERFILE, 1, ""Can not open resource file."."},
00236 { SYBERPCS, EXINFO, "Must call dbrpcinit() before dbrpcparam()."},
00237 { SYBERPIL, EXPROGRAM, "It is illegal to pass -1 to dbrpcparam() for the datalen of parameters which are of type SYBCHAR, SYBVARCHAR, SYBBINARY, or SYBVARBINARY."},
00238 { SYBERPNA, EXNONFATAL, "The RPC facility is available only when using a SQL Server whose version number is 4.0 or greater."},
00239 { SYBERPND, EXPROGRAM, "Attempt to initiate a new SQL Server operation with results pending."},
00240 { SYBERPNULL, EXPROGRAM, "value parameter for dbprcparam() can be NULL, only if the datalen parameter is 0."},
00241 { SYBERPTXTIM, EXPROGRAM, "RPC parameters cannot be of type TextImage."},
00242 { SYBERPUL, EXPROGRAM, "When passing a SYBINTN, SYBDATETIMN, SYBMONEYN, or SYBFLTN parameter via dbrpcparam(), it's necessary to specify the parameter's maximum or actual length, so that DB-Library can recognize it as a SYBINT1, SYBINT2, SYBINT4, SYBMONEY, or SYBMONEY4, etc."},
00243 { SYBERTCC, EXPROGRAM, "dbreadtext() may not be used to receive the results of a query which contains a COMPUTE clause."},
00244 { SYBERTSC, EXPROGRAM, "dbreadtext() may only be used to receive the results of a query which contains a single result column."},
00245 { SYBERTYPE, 1, "Invalid resource type given to DB-Library."},
00246 { SYBERXID, EXNONFATAL, "The Server did not recognize our distributed-transaction ID."},
00247 { SYBESECURE, EXPROGRAM, "Secure Server function not supported in this version."},
00248 { SYBESEFA, EXPROGRAM, "DBSETNOTIFS cannot be called if connections are present."},
00249 { SYBESEOF, EXCOMM, "Unexpected EOF from SQL Server."},
00250 { SYBESFOV, EXPROGRAM, "dbsafestr() overflowed its destination buffer."},
00251 { SYBESLCT, 1, "Could not select or copy field specified."},
00252 { SYBESMSG, EXSERVER, "General SQL Server error: Check messages from the SQL Server."},
00253 { SYBESOCK, EXCOMM, "Unable to open socket."},
00254 { SYBESPID, EXPROGRAM, "Called dbspid() with a NULL dbproc."},
00255 { SYBESYNC, EXCOMM, "Read attempted while out of synchronization with SQL Server."},
00256 { SYBETEXS, EXINFO, "Called dbmoretext() with a bad size parameter."},
00257 { SYBETIME, EXTIME, "SQL Server connection timed out."},
00258 { SYBETMCF, EXPROGRAM, "Attempt to install too many custom formats via dbfmtinstall()."},
00259 { SYBETMTD, EXPROGRAM, "Attempt to send too much TEXT data via the dbmoretext() call."},
00260 { SYBETPAR, EXPROGRAM, "No SYBTEXT or SYBIMAGE parameters were defined."},
00261 { SYBETPTN, EXUSER, "Syntax error: only two periods are permitted in table names."},
00262 { SYBETRAC, EXINFO, "Attempted to turn off a trace flag that was not on."},
00263 { SYBETRAN, EXINFO, "DBPROCESS is being used for another transaction."},
00264 { SYBETRAS, EXINFO, "DB-Library internal error - trace structure not found."},
00265 { SYBETRSN, EXINFO, "Bad numbytes parameter passed to dbtracestring()."},
00266 { SYBETSIT, EXINFO, "Attempt to call dbtsput() with an invalid timestamp."},
00267 { SYBETTS, EXUSER, "The table which bulk-copy is attempting to copy to a host-file is shorter than the number of rows which bulk-copy was instructed to skip."},
00268 { SYBETYPE, EXINFO, "Invalid argument type given to DB-Library."},
00269 { SYBEUACS, 1, "VMS: Unable to assign channel to sys$command."},
00270 { SYBEUAVE, 1, "Unable to allocate VMS event flag."},
00271 { SYBEUCPT, EXUSER, "Unrecognized custom-format parameter-type encountered in dbstrbuild()."},
00272 { SYBEUCRR, EXCONSISTENCY, "Internal software error: Unknown connection result reported by dbpasswd()."},
00273 { SYBEUDTY, EXCONSISTENCY, "Unknown datatype encountered."},
00274 { SYBEUFDS, EXUSER, "Unrecognized format encountered in dbstrbuild()."},
00275 { SYBEUFDT, EXCONSISTENCY, "Unknown fixed-length datatype encountered."},
00276 { SYBEUHST, EXUSER, "Unknown host machine name."},
00277 { SYBEUMSG, EXCOMM, "Unknown message-id in MSG datastream."},
00278 { SYBEUNAM, EXFATAL, "Unable to get current username from operating system."},
00279 { SYBEUNOP, EXNONFATAL, "Unknown option passed to dbsetopt()."},
00280 { SYBEUNT, EXUSER, "Unknown network type found in interface file."},
00281 { SYBEURCI, EXRESOURCE, "Unable to read copyright information from the dblib localization file."},
00282 { SYBEUREI, EXRESOURCE, "Unable to read error information from the dblib localization file."},
00283 { SYBEUREM, EXRESOURCE, "Unable to read error mnemonic from the dblib localization file."},
00284 { SYBEURES, EXRESOURCE, "Unable to read error string from the dblib localization file."},
00285 { SYBEURMI, EXRESOURCE, "Unable to read money-format information from the dblib localization file."},
00286 { SYBEUSCT, EXCOMM, "Unable to set communications timer."},
00287 { SYBEUTDS, EXCOMM, "Unrecognized TDS version received from SQL Server."},
00288 { SYBEUVBF, EXPROGRAM, "Attempt to read an unknown version of BCP format-file."},
00289 { SYBEUVDT, EXCONSISTENCY, "Unknown variable-length datatype encountered."},
00290 { SYBEVDPT, EXUSER, "For bulk copy, all variable-length data must have either a length-prefix or a terminator specified."},
00291 { SYBEVMS, 1, "Sendflush: VMS IO error."},
00292 { SYBEVOIDRET, 1, "Parameter of type SYBVOID cannot be a return parameter."},
00293 { SYBEWAID, EXCONSISTENCY, "DB-LIBRARY internal error: ALTFMT following ALTNAME has wrong id."},
00294 { SYBEWRIT, EXCOMM, "Write to SQL Server failed."},
00295 { SYBEXOCI, EXNONFATAL, "A character-set translation overflowed its destination buffer while using bcp to copy data from a host-file to the SQL Server."},
00296 { SYBEXTDN, EXPROGRAM, "Warning: the xlt_todisp parameter to dbfree_xlate() was NULL. The space associated with the xlt_tosrv parameter has been freed."},
00297 { SYBEXTN, EXPROGRAM, "The xlt_todisp and xlt_tosrv parameters to dbfree_xlate() were NULL."},
00298 { SYBEXTSN, EXPROGRAM, "Warning: the xlt_tosrv parameter to dbfree_xlate() was NULL. The space associated with the xlt_todisp parameter has been freed."},
00299 { SYBEZTXT, EXINFO, "Attempt to send zero length TEXT or IMAGE to dataserver via dbwritetext()."},
00300 { 0, 0, ""}