Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing record metadata
Message
From
12/04/2002 05:43:07
 
 
To
10/04/2002 15:55:15
Christian Cote
Les Logiciels Onoma Inc.
Longueuil, Quebec, Canada
General information
Forum:
Oracle
Category:
PL/SQL
Miscellaneous
Thread ID:
00643441
Message ID:
00644132
Views:
10
>HI everybody,
>Is it possible to access the column ID of a pl/SQL record? What I would like to get is the behaviour that we have with ADO. I mean MyRecordset(n).Value or name, etc. Is it possible to have the same info from a record (MyRecord.Name, or MyRecord(n).name).
>
>Thank you for your help,
>Christian Cote


Do you mean:
myreccord.fields("rowid").value
or
myrecord.fields("rownum").value

Not this is not a reliable way to access record position like RECNO() in vfp.
i use absoluteposition or bookmarks if this is what you want?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform