Hi,
 
I am using sapdb with oracle SQL*plus tool on freshly installed tst database
 
When ODBC driver uses sqlmode INTERNAL then
following queries behave normally:
 
SQL> select * from dual;
 
D
-
a
 
SQL> select count(*) from dual;
 
EXPRESSION1
-----------
          1
 
SQL>
 
BUT  when  I switch it to sqlmode Oracle then
I receive
 
SQL> select * from dual;
 
no rows found
 
 
and even more funny:
 
SQL> select count(*) from dual;
 
no rows found
 
SQL>
 
 
I am trying to use my Oracle forms applications on SAPDB.
Try to imagine Oracle's joy if I succed!
 
I like SAPDB SQL - Studio and DBMGUI, Neat an clean
 
 
 
 
Wiesiek
 
 

Reply via email to