ChrisQuick
Programmer
I am in the proccess of writing an application that retieves records from Oracle, and allows the user to update them through ODBC. I need to be able to dynamically determine based on a select statement what the primary field is for the table the user selects. Is there a way to select all the fields of a table EXCEPT the primary key when the primary key field name is unknown? If not, is there a way of selecting just the primary field. If I can at least isolate it, I could work around it. I guess the last option, if the other two aren't workable, is a boolean to determine if each field is (or is not) the primary. <br>
<br>
Any help will be appreciated (but not in monetary terms).
<br>
Any help will be appreciated (but not in monetary terms).