I'm using Delphi 7 connecting to a MySQL database via BDE (I know, stone age).
Well, I'm trying to populate the Tquery object with more than one SQL statement and it's giving me errors. I thought maybe I needed to include the semicolon, but no luck. It works fine with only one line.
The...