Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

different tables, same database

Quote Reply
different tables, same database
I have two different datafeeds from two different companies that I need loaded into links. I can use LOAD DATA INFILE "xyz_datafeed.txt" INTO TABLE `xyz_table`. and LOAD DATA INFILE "abc_datafeed.txt" INTO TABLE `abc_table`. but how to get them to work with links. Will I have to add every imaginable colum for all of the datafeeds, and just leave the info from one that doesn't apply to the other blank???
Previously I have been manually modifying them to match, but now the datafeeds have grown too large to manually change...
Any suggestions...

</not a clue>
Subject Author Views Date
Thread different tables, same database Dinky 1699 Dec 20, 2003, 9:35 PM
Post Re: [Dinky] different tables, same database
pugdog 1594 Dec 22, 2003, 1:15 PM