Home › Forums › Back End › How To Display Stored Image Using Path? › Reply To: How To Display Stored Image Using Path?
March 1, 2014 at 3:42 pm
#164473
Participant
But yes, one table (probably the form table) would have an auto-incrementing PK, which the other table would use.
The id from the from table is only generated once the record is created. The problem is the image data is also written at the same time so how would I write a query to generate the session from the form table and write it into the image table? Would I write it as part of the insert query?