home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 February / VPR9902A.BIN / TERMINAL / Dream / MSRDO20.DL_ / MSRDO20.DL / string.txt next >
Text File  |  1997-01-15  |  29KB  |  515 lines

  1. 1    rdoEngine
  2. 3    *Anonymous*
  3. 4    Not Available
  4. 5    True
  5. 6    False
  6. 101    General
  7. 1000    Rdo20
  8. 1001    MSRDO.rdoEngine
  9. 1002    MSRDO.rdoEnvironment
  10. 1003    MSRDO.rdoError
  11. 1004    MSRDO.rdoConnection
  12. 1005    MSRDO.rdoQuery
  13. 1006    MSRDO.rdoResultset
  14. 1007    MSRDO.rdoParameter
  15. 1008    MSRDO.rdoColumn
  16. 1009    MSRDO.rdoTable
  17. 1010    MSRDO.rdoEnvironments
  18. 1011    MSRDO.rdoErrors
  19. 1012    MSRDO.rdoConnections
  20. 1013    MSRDO.rdoQuerys
  21. 1014    MSRDO.rdoResultsets
  22. 1015    MSRDO.rdoParameters
  23. 1016    MSRDO.rdoColumns
  24. 1017    MSRDO.rdoTables
  25. 23515    An error occurred configuring the DSN.  Please check the parameters and try again.
  26. 23516    SQL returned No Data Found.
  27. 23517    An internal ODBC error was encountered.
  28. 23518    An invalid value for the Cursor Driver was passed.\nPlease use one of the following values:\nrdUseIfNeeded, rdUseODBC, rdUseServer\nrdUseClientBatch, rdUseNone.
  29. 23519    An invalid ODBC handle was encountered.
  30. 23520    Invalid connection string.
  31. 23521    An unexpected error occurred.
  32. 23522    Out of memory.
  33. 23523    Invalid operation for forward-only cursor.
  34. 23524    No current row.
  35. 23525    Invalid row for AddNew or Edit.
  36. 23526    Object is invalid or not set.
  37. 23527    Invalid seek flag.
  38. 23528    Partial equality requires string column.
  39. 23529    Incompatible data types for compare.
  40. 23530    Can't create prepared statement for invalid database connection.
  41. 23531    An error occurred loading the Win32 library (version.dll).
  42. 23532    Can't execute unprepared rdoPreparedStatement.
  43. 23533    Can't execute empty rdoPreparedStatement.
  44. 23534    An invalid value for the Concurrency option was passed.  Please use one of the following values:\nrdConcurReadOnly, rdConcurLock, rdConcurRowver\nrdConcurValues, rdConcurBatch.
  45. 23535    Can't open result set for unnamed table.
  46. 23536    Object Collection: This collection doesn't support location by text tag.
  47. 23537    Resultset is empty.
  48. 23538    Invalid state for Move.
  49. 23539    Already beyond the end of the result set.
  50. 23540    BOF already set.
  51. 23541    Invalid result set state for Update.
  52. 23542    Invalid Bookmark.
  53. 23543    Invalid bookmark argument supplied to Move.
  54. 23544    Can't move relative to current row when EOF/BOF are set.
  55. 23545    Already at BOF.
  56. 23546    Already at EOF.
  57. 23547    An error occurred loading the ODBC installation library (odbccp32.dll).
  58. 23548    An invalid value for the prompt option was passed.  Please use one of the following values:\nrdDriverPrompt\nrdDriverNoPrompt\nrdDriverComplete\n\nrdDriverCompleteRequired.
  59. 23549    An invalid value for the cursor type parameter was passed.  Please use one of the following values:\nrdOpenKeyset\nrdOpenDynamic\nrdOpenStatic\n\nrdOpenForwardOnly.
  60. 23626    Field not bound correctly.
  61. 23627    Unbound Field - Use GetChunk.
  62. 23628    Can't assign value to unbound field.
  63. 23629    Can't assign value to non-updatable field.
  64. 23630    Can't assign value to field unless in Edit mode.
  65. 23631    Incorrect type for parameter.
  66. 23632    Object Collection: Couldn't find item indicated by text.
  67. 23633    Can't assign or read value to or from unbound parameter.
  68. 23634    Can't assign value to output only parameter.
  69. 23635    Incorrect type found when assigning rdoParameter Value property.
  70. 23636    This operation is not allowed at this time.
  71. 23637    The object has already been closed.
  72. 23638    You must specify a valid name for the environment.
  73. 23639    This environment name already exists in the collection.
  74. 23640    Object Collection: Illegal modification - collection is read-only.
  75. 23641    GetNewEnum: Couldn't get interface for IID_IUnknown.
  76. 23642    Object Collection: Assignment to Count property not allowed.
  77. 23643    You must use AppendChunk to set data in a TEXT or IMAGE(BLOB) field.
  78. 23644    Object Collection: Can't add non-object item.
  79. 23645    An invalid parameter was passed.
  80. 23646    Invalid Operation.
  81. 23647    You attempted to reposition to a deleted row.
  82. 23648    An attempt was made to issue a SELECT statement using the Execute method.
  83. 23649    The Resultset is read-only.
  84. 23650    Cancel has been selected in an ODBC dialog requesting parameters needed to complete a connection.
  85. 23651    This column does not have the ChunkRequired flag set.  Use the Value property to retrieve it's contents.
  86. 23652    Could not load resource library corresponding to rdoLocaleID.
  87. 23660    General Client Cursor error.
  88. 23661    This property or method is not supported when using the currently selected cursor library.
  89. 23662    The rdoConnection object is not connected to a data source.
  90. 23663    The rdoConnection object is already connected to a data source.
  91. 23664    The rdoConnection object is busy connecting.
  92. 23665    The rdoQuery or rdoResultset has no active connection.
  93. 23666    Incorrect CursorDriver. Only rdUseClient supported.
  94. 23667    This property is read-only, now.
  95. 23668    The object is in the collection.
  96. 23669    Failed to load RDOCURS.DLL.
  97. 23670    Can't find table to update.
  98. 23671    Cursor type should be: rdOpenForwardOnly.\n LockType should be: rdConcurReadOnly.\n RowsetSize should be: 1.
  99. 23672    Only the rdUseClientBatch cursor driver can support\nrdConcurBatch lock type.
  100. 23673    This function is not supported.
  101. 23674    The object is still in some other collection.
  102. 23675    The column buffer is bound so data cannot be appended.\nUse Value property to set data.
  103. 23676    Invalid Option flags.
  104. 23677    Empty SQL string not allowed.
  105. 23678    Execution canceled.
  106. 23679    No open cursor or cursor closed.
  107. 23680    Not capable to update joind tables.
  108. 24094    A control bound to a data control using this Resultset\ncanceled the operation or was unable to synchronize itself with the Resultset.
  109. 47857    The parameter is used to pass information to the procedure.
  110. 47858    The parameter is used to pass information both to and from the procedure.
  111. 47859    The parameter is used to return information from the procedure as in an output parameter in SQL.
  112. 47860    The parameter is used to return the return status value from a procedure.
  113. 47861    rdoLocaleID  Constants
  114. 47862    English
  115. 47863    French
  116. 47864    German
  117. 47865    Italian
  118. 47866    Japanese
  119. 47867    Spanish
  120. 47868    Chinese
  121. 47869    System
  122. 47870    Query Type Constants
  123. 47871    Select
  124. 47872    Action
  125. 47873    Procedural
  126. 47874    The query contains both action and select statements
  127. 47875    SQL Retcode Constants
  128. 47876    The operation is successful.
  129. 47877    The operation is successful, and additional information is available.
  130. 47878    No additional data is available.
  131. 47879    An error occurred performing the operation.
  132. 47880    The handle supplied is invalid.
  133. 47881    Row Status Constants
  134. 47882    The row has not been modified or has been updated successfully.
  135. 47883    The row has been modified and not updated in the database.
  136. 47884    The row has been inserted with the AddNew method, but not yet inserted into the database.
  137. 47885    The row has been deleted, but not yet deleted in the database.
  138. 47886    The row has been deleted locally and in the database.
  139. 47887    Column Status Constants
  140. 47888    The row has not been modified or has been updated successfully.
  141. 47889    The row has been modified.
  142. 47890    Update Operation Constants
  143. 47891    Uses an Update statement for each modified row.
  144. 47892    Uses a pair of Delete and Insert statements for each modified row.
  145. 47893    Update Criteria Constants
  146. 47894    Uses just the key column(s) in the Where clause.
  147. 47895    Uses the key column(s) and all updated columns in the Where clause.
  148. 47896    Uses the key column(s) and all the columns in the Where clause.
  149. 47897    Uses just the timestamp column if available (will generate a runtime error if no timestamp column is in the resultset).
  150. 47898    Update Return Code Constants
  151. 47899    The developer handled the update and was successful in doing so.
  152. 47900    The developer handled the update, was successful, but some rows produced collisions (batch mode only).
  153. 47901    The developer attempted to handle the update, but encountered an error when doing so.
  154. 47902    The developer did not handle the update, RDO should continue notifying, and if no one handles the update RDO should update the data itself.
  155. 47903    The Remote Data Object Engine object
  156. 47904    Timeout value for connecting to a data source
  157. 47905    Default user name assigned to any new rdoEnvironment
  158. 47906    Default password assigned to any new rdoEnvironment
  159. 47907    Contains all active rdoEnvironment objects of the rdoEngine object
  160. 47908    Contains all stored rdoError objects
  161. 47909    Version of the RDO library associated with the object
  162. 47910    Indicates where cursors are created
  163. 47911    Default Error Threshold for ODBC connections
  164. 47912    Registers a database with ODBC
  165. 47913    Creates a new rdoEnvironment object
  166. 47914    Locale ID used to load resources
  167. 47915    SQL error object are added to rdoErros collection
  168. 47916    Contains details about remote data access errors
  169. 47917    A numeric value specifying a native error
  170. 47918    A value indicating the source of a remote data access error
  171. 47919    A descriptive string associated with an error
  172. 47920    A Windows Help file topic context ID
  173. 47921    Fully qualified path to the Windows Help file
  174. 47922    The type of error as defined by the X/Open and SQL Access Group SQL
  175. 47923    Error return code from the most recent RDO operation
  176. 47924    An open connection to a remote data source
  177. 47925    Timeout value for query execution
  178. 47926    Contains all rdoTable objects in a database
  179. 47928    Contains all open rdoResultset objects in an rdoConnection
  180. 47929    Provides information about the source of an open rdoConnection
  181. 47930    User-defined name for a remote data object
  182. 47931    The number of rows affected
  183. 47932    Indicates whether a Cursor supports transactions
  184. 47933    Indicates whether a Cursor is updatable
  185. 47934    ODBC driver version
  186. 47935    The ODBC connection handle
  187. 47936    Indicates whether an asynchronous query is still executing
  188. 47937    Polling interval for asynchronous queries
  189. 47938    Close the connections
  190. 47939    Executes a query or SQL statement on an object
  191. 47940    Creates a new rdoResultset object
  192. 47941    Begins a new transaction
  193. 47942    Commits any outstanding transactions
  194. 47943    Rolls back any outstanding transactions
  195. 47944    Cancels an asynchronous query or pending results against the rdoResultset object
  196. 47945    The last resultset returned by a call on the connection to a prepared statement
  197. 47946    Determines where the cursor is to be created
  198. 47947    Login timeout in seconds
  199. 47948    Connect to data source
  200. 47949    Still connecting to data source.
  201. 47950    Creates a new rdoQuery object
  202. 47951    rdoQueries collection
  203. 47952    Determines the pathname of the ODBC trace file
  204. 47956    Fired after a connection is made to the data source
  205. 47957    Fired before the call to SQLDriverConnect
  206. 47958    Fired after a connection has been closed
  207. 47959    Fired after an asynchronous query has completed
  208. 47960    Fired after the query execution time has exceeded the queryTimeout value
  209. 47961    A column of data with a common data type
  210. 47963    Determines the value of an object
  211. 47964    Indicates the type or data type of an object
  212. 47966    Indicates the name of a remote data object
  213. 47968    Indicates the size of an rdoColumn object
  214. 47970    Indicates if a zero-length string is valid for the Value property
  215. 47971    Indicates characteristics of an rdoColumn object
  216. 47973    Indicates whether changes can be made to a remote data object
  217. 47974    Relative position of an rdoColumn object within the collection
  218. 47975    Indicates whether an rdoColumn requires a non-Null value
  219. 47977    Indicates the rdoColumn object data's original source column name
  220. 47979    Indicates the rdoColumn object data's original source table name
  221. 47980    Indicates if data must be accessed using the GetChunk method
  222. 47981    Appends data from a string expression to an rdoColumn object
  223. 47982    Returns the contents of an rdoColumn object
  224. 47983    Returns the number of bytes in an rdoColumn object
  225. 47984    Returns a value currently in the database that is newer than the Value property as determined by an optimistic batch update conflict.
  226. 47985    Returns the value of the column as first fetched from the database.
  227. 47986    Returns/Sets the column buffer status
  228. 47987    Returns/sets a value that specifies if this column is part of the primary key.
  229. 47988    Fired when the value of the column has changed
  230. 47989    Fired before data is changed in the column
  231. 47990    The stored definition of a base table or SQL view
  232. 47991    Contains stored rdoColumn objects
  233. 47992    Indicates the name of a remote data object
  234. 47993    Indicates whether changes can be made to a remote data object
  235. 47994    Indicates the number of rows accessed in an rdoResultset object
  236. 47995    Indicates the type or data type of an object
  237. 47996    Creates a new rdoResultset object
  238. 47997    The rows resulting from a query
  239. 47999    Determines a bookmark that uniquely identifies the current row
  240. 48000    Contains stored rdoColumn objects
  241. 48001    Indicates whether the current row is before the first row
  242. 48002    Indicates whether an rdoResultset object supports bookmarks
  243. 48003    Indicates whether the current row is after the last row
  244. 48004    Indicates the locking in effect during editing
  245. 48006    User-defined name for a remote data object
  246. 48007    Indicates whether an object supports transaction operations
  247. 48008    Indicates the type or data type of an object
  248. 48009    Indicates the number of rows available in an rdoResultset object
  249. 48010    Indicates whether a remote data object can be changed
  250. 48011    Indicates the type or data type of an object
  251. 48012    Indicates the editing state for the current row
  252. 48014    Determines the current row's location in the rdoResultset object
  253. 48015    Determines the ODBC statement handle
  254. 48019    Determines the absolute row number of an rdoResultset object's current row
  255. 48020    Indicates whether an asynchronous query is still executing
  256. 48021    Returns the bookmark of the last row modified
  257. 48022    Number of records in Batch Update
  258. 48023    Returns/sets a value that specifies if the optimistic batch update should use an Update statement or a Delete followed by an Insert.
  259. 48026    Returns/sets a value that specifies how the WHERE clause is constructed for each row during an optimistic batch update operation.
  260. 48027    Initializes copy buffer for a new row
  261. 48028    Closes an open remote data object
  262. 48029    Deletes the current row
  263. 48030    Copies the current row to the copy buffer for editing
  264. 48031    Moves the current row pointer to the first row in the result set
  265. 48032    Moves the current row pointer to the last row in the result set
  266. 48033    Moves the current row pointer to the next row in the result set
  267. 48034    Moves the current row pointer to the previous row in the result set
  268. 48035    Saves the copy buffer to the database
  269. 48036    Re-executes the query on which the rdoResultset object is based
  270. 48037    Repositions the current row in an rdoResultset object
  271. 48038    Discards the current rdoResultset and indicates if an additional result set is available
  272. 48040    Cancels a query running in asynchronous mode or cancels pending results
  273. 48041    Cancels pending updates
  274. 48042    Retrieves multiple rows into an array
  275. 48043    Performs a batched optimistic update.
  276. 48044    Cancels all uncommitted changes in the local cursor (used in batch mode).
  277. 48045    Returns/Sets the parent connection object.
  278. 48046    Number of collision rows
  279. 48047    Array of collision rows
  280. 48048    Determines the type of concurrency handling
  281. 48050    Current row status
  282. 48051    Retrieves multiple rows into a string
  283. 48053    Fired after a new connection associated with the object
  284. 48054    Fired after current rowset is changed
  285. 48055    Fired after the connection is set to nothing
  286. 48057    Fired after the state of current row has changed
  287. 48058    Fired after the resultset is positioned to a new row or no row at all
  288. 48060    Fired before a new connection is associated with the object
  289. 48061    Fired before the connection is set to nothing
  290. 48062    Fired before an update to the server occurs
  291. 48063    A prepared query definition
  292. 48065    Determines the ODBC's driver manager query timeout value
  293. 48066    Indicates the type or data type of an object
  294. 48068    Determines the maximum number of rows returned from a query
  295. 48072    Determines the size of the largest column automatically bound under ODBC
  296. 48073    Contains all rdoParameter objects of an rdoQuery
  297. 48075    Indicates the name of a remote data object
  298. 48076    Number of rows affected by the most recently invoked Execute method
  299. 48078    Determines the SQL statement defining the executed query
  300. 48080    Determines the type of concurrency handling
  301. 48081    Contains stored rdoColumn objects
  302. 48083    Determines the number of rows in the keyset buffer
  303. 48084    Determines the number of cursor rows kept in memory
  304. 48086    The ODBC statement handle
  305. 48087    Indicates whether an asynchronous query is still executing
  306. 48089    Determines the type of cursor
  307. 48091    Parent Connection
  308. 48093    Indicates whether the query should be prepared
  309. 48095    Closes an open remote data object
  310. 48096    Executes a query or SQL statement on an object
  311. 48097    Creates a new rdoResultset object
  312. 48098    Cancels an asynchronous query or pending results against the rdoResultset object
  313. 48099    A prepared query definition.
  314. 48103    Fired before the query is run.
  315. 48104    Defines a logical set of connections for a particular user ID
  316. 48105    Contains all open rdoConnection objects opened in an rdoEnvironment object
  317. 48106    Indicates the name of a remote data object
  318. 48108    Determines a value representing a user of an rdoEnvironment object
  319. 48109    Represents the password used during the creation of an rdoEnvironment
  320. 48111    Timeout value for connecting to data source
  321. 48113    Determines where the cursor is to be created
  322. 48114    The ODBC environment handle
  323. 48115    Begins a new transaction
  324. 48116    Closes an open remote data object
  325. 48117    Ends the current transaction and saves the changes
  326. 48118    Ends the transaction and restores the database to its state before the most recent BeginTrans
  327. 48120    Opens a connection to an ODBC data source
  328. 48121    Fired after the beginTrans method has completed
  329. 48122    Fired after the CommitTrans method has completed
  330. 48123    Fired after the RollbackTrans method has completed
  331. 48124    A parameter associated with an rdoQuery
  332. 48126    Indicates the name of a remote data object
  333. 48128    Indicates the type or data type of an object
  334. 48130    Determines the data value of an object
  335. 48132    Determines how an argument is passed to or from a procedure
  336. 48133    Appends data from a string expression to an rdoParameter object
  337. 48134    Dual interface for ODBC Ole object collection
  338. 48135    Indicates the number of members in a Remote Data Object collection
  339. 48136    Returns a specific member of a collection
  340. 48137    Collection of rdoColumn objects
  341. 48138    Indicates the number of members in a Remote Data Object collection
  342. 48139    Refreshes the column definitions
  343. 48140    Returns a specific member of a collection
  344. 48141    Collection of rdoTable objects
  345. 48142    Indicates the number of members in a Remote Data Object collection
  346. 48143    Refreshes the table definitions
  347. 48144    Returns a specific member of a collection
  348. 48145    Collection of rdoConnection objects
  349. 48146    Indicates the number of members in a Remote Data Object collection
  350. 48147    Removes a specific member from a collection.
  351. 48148    Add item to collection
  352. 48149    Returns a specific member of a collection
  353. 48150    Collection of rdoParameter objects
  354. 48151    Indicates the number of members in a Remote Data Object collection
  355. 48152    Returns a specific member of a collection
  356. 48153    Collection of rdoResultset objects
  357. 48154    Indicates the number of members in a Remote Data Object collection
  358. 48155    Returns a specific member of a collection
  359. 48156    Collection of rdoEnvironment objects
  360. 48157    Indicates the number of members in a Remote Data Object collection
  361. 48158    Removes a specific member from a collection.
  362. 48159    Adds a member to a Collection object.
  363. 48160    Returns a specific member of a collection
  364. 48161    Collection of rdoQuery objects
  365. 48162    Indicates the number of members in a Remote Data Object collection
  366. 48163    Returns a specific member of a collection
  367. 48164    Collection of rdoError objects
  368. 48165    Indicates the number of members in a Remote Data Object collection
  369. 48166    Returns a specific member of a collection
  370. 48167    Removes all objects in a collection.
  371. 48168    Microsoft Remote Data Object 2.0
  372. 48169    Prompt Constants
  373. 48170    The driver manager displays the ODBC Data Sources dialog box.
  374. 48171    The driver manager uses the connection string provided in Connect.  If sufficient information is not provided, the OpenConnection method returns a trappable error.
  375. 48172    If the connection string provided includes the DSN keyword, the driver manager uses the string as provided in Connect, otherwise it behaves as it does when rdDriverPrompt is specified.
  376. 48173    Behaves like rdDriverComplete except the driver disables the controls for any information not required to complete the connection.
  377. 48174    CursorDriver Constants
  378. 48175    The ODBC driver will choose the appropriate style of cursors. Server-side cursors are used if they are available.
  379. 48176    Use the ODBC cursor library.
  380. 48177    Use server-side cursors.
  381. 48178    Use the optimistic batch cursor library.
  382. 48179    Result set is not returned as a cursor.
  383. 48180    EditMode Constants
  384. 48181    No editing operation is in progress.
  385. 48182    Edit method has been invoked, and the current record is in the copy buffer.
  386. 48183    AddNew method has been invoked, and the current record in the copy buffer is a new record that hasn't been saved in the database.
  387. 48184    LockType Constants
  388. 48185    Cursor is read-only. No updates are allowed.
  389. 48186    Pessimistic concurrency.
  390. 48187    Optimistic concurrency based on row ID.
  391. 48188    Optimistic concurrency based on row values.
  392. 48189    Optimistic concurrency using batch mode updates. Status values returned for each row successfully updated.
  393. 48190    Options Constants
  394. 48191    Execute the query asynchronously.
  395. 48192    Use the ODBC SQLExecDirect API function to execute query.
  396. 48193    Resultset Type Constants
  397. 48194    Fixed set, non-scrolling.
  398. 48195    Updatable, fixed set, scrollable query result set cursor.
  399. 48196    Updatable, dynamic set, scrollable query result set cursor.
  400. 48197    Read-only, fixed set.
  401. 48198    Attributes Constants
  402. 48199    The column size is fixed (default for numeric columns).
  403. 48200    The column size is variable (VarChar and LongVarChar columns only).
  404. 48201    The column value for new rows is automatically incremented to a unique integer that can't be changed.
  405. 48202    The column value can be changed.
  406. 48203    The column is a timestamp value. This attribute is set only for rdClientBatch cursors.
  407. 48204    Data Type Constants
  408. 48205    Fixed-length character string. Length set by Size property.
  409. 48206    Signed, exact, numeric value with precision p and scale s (1  p 15; 0  s  p).
  410. 48207    Signed, exact, numeric value with precision p and scale s (1  p 15; 0  s  p).
  411. 48208    Signed, exact numeric value with precision 10, scale 0 (signed: -231  n  231-1; unsigned:  0  n  232-1).
  412. 48209    Signed, exact numeric value with precision 5, scale 0 (signed: -32,768  n  32,767, unsigned: 0  n  65,535).
  413. 48210    Signed, approximate numeric value with mantissa precision 15 (zero or absolute value 10-308  to 10308).
  414. 48211    Signed, approximate numeric value with mantissa precision 7 (zero or absolute value 10-38  to 1038).
  415. 48212    Signed, approximate numeric value with mantissa precision 15 (zero or absolute value 10-308  to 10308).
  416. 48213    Date -- data source dependent.
  417. 48214    Time -- data source dependent.
  418. 48215    TimeStamp -- data source dependent.
  419. 48216    Variable-length character string. Maximum length 255.
  420. 48217    Variable-length character string. Maximum length determined by data source.
  421. 48218    Fixed-length binary data. Maximum length 255.
  422. 48219    Variable-length binary data. Maximum length 255.
  423. 48220    Variable-length binary data. Maximum data source dependent.
  424. 48221    Signed, exact numeric value with precision 19 (signed) or 20 (unsigned), scale 0; (signed: -263  n  263-1; unsigned:  0  n  264-1).
  425. 48222    Signed, exact numeric value with precision 3, scale 0; (signed: -128  n  127, unsigned: 0  n  255).
  426. 48223    Single binary digit.
  427. 48224    Direction Constants
  428. 48246    Simplified Chinese
  429. 48247    Korean
  430. 48251    Fetch batch conflict values for the current row
  431. 48252    Download all the data for long character and long binary columns.
  432. 57435    An error occurred configuring the DSN.  Please check the parameters and try again.
  433. 57436    SQL returned No Data Found. 
  434. 57437    An internal ODBC error was encountered. 
  435. 57438    An invalid value for the Cursor Driver was passed.  \nPlease use one of the following values:\nrdUseIfNeeded, rdUseODBC, rdUseServer\nrdUseClientBatch, rdUseNone.
  436. 57439    An invalid ODBC handle was encountered. 
  437. 57440    Invalid connection string.
  438. 57441    An unexpected error occurred.
  439. 57442    Out of memory.
  440. 57443    Invalid operation for forward only cursor
  441. 57444    No current row
  442. 57445    Invalid row for addnew
  443. 57446    Object is invalid or not set.
  444. 57447    Invalid seek flag
  445. 57448    Partial Equality requires string column
  446. 57449    Incompatible data types for compare
  447. 57450    Can't create prepared statement for invalid database connection.
  448. 57451    An error occurred loading the Win32 library (version.dll).
  449. 57452    Can't execute unprepared rdoPreparedStatement
  450. 57453    Can't execute empty rdoPreparedStatement
  451. 57454    An invalid value for the Concurrency option was passed.  Please use one of the following values:\nrdConcurReadOnly, rdConcurLock, rdConcurRowver\nrdConcurValues, rdConcurBatch.
  452. 57455    Can't open resultset for unnamed table
  453. 57456    Object Collection: This collection doesn't support location by text tag
  454. 57457    Resultset is empty
  455. 57458    Invalid state for move
  456. 57459    Already beyond the end of the resultset
  457. 57460    BOF already set
  458. 57461    Invalid resultset state for update
  459. 57462    Invalid Bookmark
  460. 57463    Invalid bookmark argument to move
  461. 57464    Can't move relative to current row as EOF /BOF are set
  462. 57465    Already at BOF
  463. 57466    Already at EOF
  464. 57467    An error occurred loading the odbc installation library (odbccp32.dll).
  465. 57468    An invalid value for the prompt option was passed.  Please use one of the following values:\nrdDriverPrompt\nrdDriverNoPrompt\nrdDriverComplete\n\nrdDriverCompleteRequired
  466. 57469    An invalid value for the cursor type parameter was passed.  Please use one of the following values:\nrdOpenKeyset\nrdOpenDynamic\nrdOpenStatic\n\nrdOpenForwardOnly.
  467. 57546    Field not bound correctly
  468. 57547    Unbound Field - Use GetChunk
  469. 57548    Can't assign value to unbound field
  470. 57549    Can't assign value to non-updatable field
  471. 57550    Can't assign value to field unless in edit mode
  472. 57551    Incorrect type for parameter
  473. 57552    Object Collection: Couldn't find item indicated by text
  474. 57553    Can't assign value to unbound parameter
  475. 57554    Can't assign value to output only parameter
  476. 57555    Incorrect type for assigning to rdoParameter.Value
  477. 57556    This operation is not allowed at this time.
  478. 57557    The object has already been closed.
  479. 57558    You must specify a valid name for the environment.
  480. 57559    This environment name already exists in the collection.
  481. 57560    Object Collection:illegal modification - collection is readonly
  482. 57561    GetNewEnum:Could'nt get interface for IID_IUnknown
  483. 57562    Object Collection:Assignment to count not allowed
  484. 57563    You must use append chunk to set data in a text or image field.
  485. 57564    Object Collection : Can't add non-object item
  486. 57565    An invalid parameter was passed.
  487. 57566    Invalid Operation.
  488. 57567    The record you attempted to move to has been deleted.
  489. 57568    An attempt was made to issue a select statement using the Execute method.
  490. 57569    The resultset is readonly.
  491. 57570    Cancel has been selected in an ODBC dialog requesting parameters needed to complete a connection.
  492. 57571    This column does not have the ChunkRequired flag set.  Use value to retrieve the contents.
  493. 57572    Could not load resource library corresponding to rdoLocaleID.
  494. 57580    General Client Cursor error.
  495. 57581    This property or method is not supported when using currently selected cursor library.
  496. 57582    The rdoConnection object has not connected to any data source.
  497. 57583    The rdoConnection object is already connect to a data source.
  498. 57584    The rdoConnection object is busy in connecting.
  499. 57585    The rdoQuery or rdoResultset has no active connection.
  500. 57586    Incorrect CursorDriver, rdUseClient only.
  501. 57587    This property is read-only, now.
  502. 57588    The object is already in the collection.
  503. 57589    Fail to load RDOCURS.DLL.
  504. 57590    Can not find table to update.
  505. 57591    Cursor type should be: rdOpenForwardOnly.\n Lock Type should be: rdConcurReadOnly.\n Row set size should be: 1.
  506. 57592    Only the rdUseClientBatch cursor driver can support\nlock type: rdConcurBatch.
  507. 57593    This function is not support.
  508. 57594    The object is still in some other collection.
  509. 57595    The column buffer is bund, can not append data, \nplease use Value property to set data.
  510. 57596    Invalid Option flags.
  511. 57597    Empty SQL string not allowed.
  512. 57598    Execution cancelled.
  513. 57599    No open cursor or cursor closed.
  514. 57600    Not capable to update joind tables.
  515.