Dear StackOverflow'ers,
I've been getting into coding with C++ and I took a project where I read information out of a 4D SQL database into MySQL syntax .sql files which in turn get executed by an MySQL server. I'm running into the following problem; if I run the CreateSQL function with one table and then exit the programme, it runs fine.I've been getting in