Hello all, I have to get the primary key information of a database using JDBC. If in a table there is only one column marked as primary key I can get it using ResultSetMetaData which has method to do so, but what in case if a table has composite key. Thanks in advance, Vinod