Skip to main content

[archive] DELETE in AcuSQL

  • June 17, 2012
  • 0 replies
  • 0 views

[Migrated content. Thread originally posted on 15 December 2003]

Does anyone have a sample of the code necessary to delete a
record from a SQL Server table?
The code I'm using:
EXEC SQL
DELETE tbl_XXXX
WHERE tbl_XXXX_Field1 = :WS-FIELD1
END-EXEC

returns an error message of
"Parse error at tbl_XXXX"
when I compile the program

Thanks!!

0 replies

Be the first to reply!