in reply to Re^2: Script fails to insert text and appends it towards the end of file.
in thread Script fails to insert text and appends it towards the end of file.

In that case wouldn't it be more efficient to add a table or tables to the database rather than work with external temporary files?

Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond
  • Comment on Re^3: Script fails to insert text and appends it towards the end of file.

Replies are listed 'Best First'.
Re^4: Script fails to insert text and appends it towards the end of file.
by Bod (Parson) on Nov 22, 2020 at 23:24 UTC

    In that case wouldn't it be more efficient to add a table or tables to the database...

    Or even dynamically create a temporary table or tables from within the code.