Quantcast
Channel: SCN : Popular Discussions - SAP MaxDB
Viewing all articles
Browse latest Browse all 1545

Maxdb 7.9 SQL Question (+) operator

$
0
0

Hi, I am slightly stumped on an sql query that ran without problems on

maxdb 7.6.027 for many years, but now returns error

-5010  Missing value specification on maxdb 7.9.27:

 

SELECT    v.id, v.modul, v.version, m.rechte, m.rechte2, m.rechte3, m.rechte4

FROM    versions v, menurechte m

WHERE    v.id >= 0 AND v.id = m.id ( +)

AND m.login ( +) = 'SCHWARTZ'   

ORDER BY v.id

 

The database server (7.9.27) runs under linux and the application is run on a

WIN-XP-client, unsing the original maxdb 7.6. ODBC driver.

Is there a compatibility setting that will allow me to execute the join syntax above

on a 7.9.27 server?

 

Any hint on how to deal with this would be greatly appreciated, as I cannot modify the

client (XP) application.


Viewing all articles
Browse latest Browse all 1545

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>