Skip to content
Advertisement

Tag: tadoquery

Delphi 7 Syntax error (comma) in ADO query

I’m trying to create a record in a database using a SQL query in Delphi 7. I’m using an ADO Query and I’ve tried both with and without parameters, but to no avail. The error occurs between ShowMessage 1 and 2. The commented out part was the one way I tried doing this, and it gave this error: Syntax error

Advertisement