SQl Query
Posted: Tue 25 Mar 2008 17:05
Hello,
I have just simple question. It is not critical, but just interests me.
I'm using TOraQuery.
When I run this SQL :
everything works nice.
But when I use
(including semi-colon)
then an OraError is raised - invalid character.
I'm using Query.ExecSQL procedure.
Why? When I'm using SQL statement including semi-colon
in (for example) SQL command line, it works...
I have just simple question. It is not critical, but just interests me.
I'm using TOraQuery.
When I run this SQL :
Code: Select all
select * from JOBSBut when I use
Code: Select all
select * from JOBS;then an OraError is raised - invalid character.
I'm using Query.ExecSQL procedure.
Why? When I'm using SQL statement including semi-colon
in (for example) SQL command line, it works...