Hello I'm using currently MaxDB 7.5.0 and I want to use old ADBAS D Precompiler syntax in C/C++. The ADABAS D SQL statement is "EXEC SQL SELECT FIRST ...", but SELECT FIRST doesn't exists anymore. So I tried "EXEC SQL SELECT ... ORDER BY ...", without any results. It seems that the MaxDB Precompiler dosn't know the order clause. How can I use the old Precompiler syntax or create an equivalent SQL statement? Thanks, Hagen
- EXEC SQL SELECT FIRST (C++) Guhr, Hagen
- RE: EXEC SQL SELECT FIRST (C++) Paskamp, Marco
