Oracle® Objects for OLE Developer's Guide 10g Release 1 (10.1) Part Number B10118-01 |
|
Applies To
Description
Copy the rows from the dynaset to the Clipboard in text format.
Usage
OraDynaset.CopyToClipboard(NumOfRows ,colsep [optional],rowsep [optional] )
Arguments |
Description |
---|---|
NumOfRows |
Number of rows to be copied to the dynaset , |
colsep |
Column separator in CHAR to be inserted between columns |
rowsep |
Row seperater in CHAR to be inserted between Rows |
This method is used to facilitate transfer of data between Oracle Object for OLE's cache (dynaset) and Windows applications such as Excel or Word. CopyToClipboard copies data starting from current position of the dynaset up to the last row.
Default column separator is TAB (ASCII 9).
Default row separator is ENTER (ASCII 13).