Hi:
I am using WIN32::ODBC to get the column names of multiple tables. I am able to get the column name and length, I also need the table name. The join tables have some columns of the same name. Can some one please help. my code looks like this :
my(@fields) = $db->FieldNames; to get columns, how to I get the the column name with table names.
thanks