http://qs321.pair.com?node_id=1232273


in reply to Re^2: Perl DBI and Foreign Keys
in thread Perl DBI and Foreign Keys

Well, there must be some piece of information that is the same in both tables. Otherwise, why would you even think about linking those tables? If not you need to create such a link, say a time stamp or a case number.

If you have such a piece of information, you could put it in a third table, with AUTOINCREMENT index, and then use that index in both tables with the data.