Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> How can I convert a CDA rowid to a ROWID representation (BBBBBBBB.RRRR.FFFF)?

How can I convert a CDA rowid to a ROWID representation (BBBBBBBB.RRRR.FFFF)?

From: shaih <shaih_at_inter.net.il>
Date: Wed, 14 Apr 1999 10:17:31 GMT
Message-ID: <3714695b.68020478@88.0.3.103>


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;

} rid; Received on Wed Apr 14 1999 - 05:17:31 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US