Did you copy the error message or did you type it in manually? I am asking because
would fail because it is invalid syntax, but it is unlikely that this is actually what the error message said. I would expect it to have read:
If that was just a manual reproduction error, then we need to look elsewhere for the cause. But if the error line really has periods instead of commas in those two places, your macro was somehow corrupted and should be redownloaded.
GSK |
$APIReset=Sqlite("sql".$_sql."") |
would fail because it is invalid syntax, but it is unlikely that this is actually what the error message said. I would expect it to have read:
GSK |
$APIReset=Sqlite("sql",$_sql,"") |
If that was just a manual reproduction error, then we need to look elsewhere for the cause. But if the error line really has periods instead of commas in those two places, your macro was somehow corrupted and should be redownloaded.