Retrieves the current result set row data and puts the data into the object pointed to by dataptr. The dataptr parameter points to the current result set row. Note that the index starts at 1, not 0.
getrowData(int rowNum, blob *dataptr)
getRowData(long rowNum, blob *dataptr)
getRowData(int rowNum, string *dataptr)
getRowData(long rowNum, string *dataptr)
Parameter |
Description |
---|---|
rowNum |
Number of the desired data row. Row numbers begin with zero (0). |
dataptr |
Pointer to a string or blob to hold the result set data row. |
Integer. Returns a positive integer if successful, and zero or negative integer, if failed.
Pointer to object |
Object |
---|---|
|
|
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |