Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SELECT CASE WHEN errors when using OraOLEDB and Static ADO RS
Is this a passthru query? You may run into translation problems: ie the
actual query sent to Oracle is not identical to this one, as the driver
manager is translating it.
I would try converting it to a passthru query and/or verify it works
using sql*plus.
I would also enable logging for the driver to check which query is
actually submitted.
Apart from that: it is advisable to include the version of the database
and the driver in all your posts.
This may be a specific issue with a specific combination.
-- Sybrand Bakker Senior Oracle DBAReceived on Thu Dec 15 2005 - 04:25:41 CST
![]() |
![]() |