Hi All
I have this problem when i make a query to database and get a resultset back, i tried to use ResultSetMetaData of that resultset to get the table name of all columns by calling the method getTableName(int), but the method returns a empty String.
How can i solve this problem, or i can get the tables name in another way?
Thanks
I have this problem when i make a query to database and get a resultset back, i tried to use ResultSetMetaData of that resultset to get the table name of all columns by calling the method getTableName(int), but the method returns a empty String.
How can i solve this problem, or i can get the tables name in another way?
Thanks