I have a table that i would like to take the data from one record and use that data as Field Names in a new table.
The original table contains Field names from a Database on a UNIX server. So the first record is field names for table1 second record for table2 etc.
The tables vary in size so I need to handle empty fields(empty field is end of table) and the first field in the record is the name of the table and should be the table name. The original table have 40 fields and some of the tables uses only 5 to 10 fields.
Any help would be apreciated
The original table contains Field names from a Database on a UNIX server. So the first record is field names for table1 second record for table2 etc.
The tables vary in size so I need to handle empty fields(empty field is end of table) and the first field in the record is the name of the table and should be the table name. The original table have 40 fields and some of the tables uses only 5 to 10 fields.
Any help would be apreciated