Subject | Re: Trouble with Insert Into |
---|---|
Author | squidsrus85 |
Post date | 2011-08-14T19:09:35Z |
Hi Markus,
Getting an error with that code you supplied yesterday.
Error -104
Token unknown Line 1, column 5
term
Here's what I was using to load the SQL
qry_DB.SQL.Add('set term ^;');
Any suggestions? I suspect it is something I am doing or not doing.
It is connected OK, as I have checked for the Table existence and if it does exist I Drop it before creating it anew.
Dave
Getting an error with that code you supplied yesterday.
Error -104
Token unknown Line 1, column 5
term
Here's what I was using to load the SQL
qry_DB.SQL.Add('set term ^;');
Any suggestions? I suspect it is something I am doing or not doing.
It is connected OK, as I have checked for the Table existence and if it does exist I Drop it before creating it anew.
Dave