0
I’m having a problem in the system I develop, for some reason I get the message:
Unexpected end of command - line 1, column 214
But I can’t find which SQL the problem is occurring. From what I found on the internet, usually it comes to problems with using procedures or Sqls executed in blocks, but in my case I do not use either. There is a way to identify which is this SQL problematic via Firebird or something like that?
When does the error occur? What command was executed before the error occurred?
– Clarck Maciel
Does the error occur in any specific function ? As I remember (I haven’t installed any more ...) a Query1.SQL.Savetofile( C:Folder.Txt file ) saves the sql in a file , then run it remotely
– Motta
This is the problem that I am trying to identify, I could not pick which SQL that is occurring this problem, I did a search in the sources to verify which SQL, but I did not find.
– William
Try...except... captures the expensive error, puts to save the executed sql
– Junior Moreira