Posted By:
zhebin_cong
Posted On:
Wednesday, November 19, 2003 08:30 PM
hello:
in my projects,i need to get the column names of a unknown table,i have tried the ResultSetMetaData and DatabaseMetaData objects,it seems that both of them don't work,who can give me a code snippet?
such as retrieve the column names of the emp table(the oracle sample database---scott/tiger).
thank you very much!