This topic is locked
[SOLVED]

 RFID App

8/14/2017 1:25:54 PM
PHPRunner General questions
C
cadman12 author

Im scanning rfid tags and http posting to a mysql database , I have 2 tables, a "session" table where I scan rfid tags per production parts bin (100 tags) when operator finished they delete this data from the table so what I want do is still have a "session table" but have another table in which all the data is stored and not deleted. I need both tables to be displayed & searchable. I have been at this for 2 days and cant figure out how to do this in PHPrunner.

jadachDevClub member 8/14/2017

Can't you add data to another table after record added event?

OR

Use a trigger in your database to automatically add a record to the 2nd table on each insert.