Invalid characters

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
gregoryliss
Posts: 13
Joined: Mon 19 Dec 2005 16:31

Invalid characters

Post by gregoryliss » Sun 16 Jul 2006 19:25

Is it possible for ODAC to handle the following:

SELECT q'' FROM DUAL

without tossing an Invalid Character exception?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 17 Jul 2006 13:17

We cannot reproduce the problem. This query has incorrect syntax. So it cannot be executed without exception.

gregoryliss
Posts: 13
Joined: Mon 19 Dec 2005 16:31

Valid for 10.2

Post by gregoryliss » Tue 18 Jul 2006 09:52

Below is the output from SQL*Plus on a 10.2 instance:

SQL*Plus: Release 10.2.0.1.0 - Production on Tue Jul 18 05:50:20 2006

Copyright (c) 1982, 2005, Oracle. All rights reserved.


Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options

SQL> SELECT q'' FROM DUAL
2 /

Q'
--------------------------------
'So,' she said, 'It's finished.'

SQL>

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 19 Jul 2006 14:35

We cannot reproduce the problem. TOraQuery component opens this SQL successfully when using Oracle 10.2 client against Oracle 10.2 database. Please specify the situation more detailed.

Post Reply