abdfahim
Well-known member
The idea is to include an option in my Addon to browse and execute an SQL script file (from ACP, of course) containing only
I need to insert new data to my table on a regular basis.
INSERT
statements in order to populate my custom table. Is that a recommended approach? Any checks I should perform? I need to insert new data to my table on a regular basis.