| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> How can I convert a CDA rowid to a ROWID representation (BBBBBBBB.RRRR.FFFF)?
Hi All
how can I convert the cda.rid to something I can use as a rowid (i.e. WHERE ROWID = :1)
Actually what I want to do is to print the ROWID in a BBBBBBBB.RRRR.FFFF format.
Thanks
Shaya
the windows rowid structure in the cda is defined as :
struct { /* rowid structure */
struct {
ub4 rcs4;
ub2 rcs5;
ub1 rcs6;
} rd;
ub4 rcs7;
ub2 rcs8;
![]() |
![]() |