Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing record metadata
Message
De
12/04/2002 05:43:07
 
 
À
10/04/2002 15:55:15
Christian Cote
Les Logiciels Onoma Inc.
Longueuil, Québec, Canada
Information générale
Forum:
Oracle
Catégorie:
PL/SQL
Divers
Thread ID:
00643441
Message ID:
00644132
Vues:
11
>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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform