Hello @all! We changed from Adabas to SAPDB. In our program we use(d) SELECT Statements like 'Select Feld1, Feld1, Feld2 from Tabelle order by Feld1;' with no problems on Adabas. Using SAPDB we get an error 'Error: SAP DB:-5014[SAP AG][SQLOD32 DLL][SAP DB]General error;-5014 POS(68) Missing definite column name.' WE can fix it with 'Select NUM(Feld1), Feld1, Feld2 from Tabelle order by Feld1;' but this would mean a lot of work on our sourcecode. Any ideas or workarounds to solve it otherwise?
Thanks Flo _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
