Juchem, Matthias wrote: > At http://sapdb.org/htmhelp/e6/155a65fb7511d1a96c00a0c9449261/frameset.htm, what >does "Reparse the statement" mean? > > Simply re-executing the statement does not help... > > Or does this refer to prepared statements?
This is indeed an error that appears in connection with prepared statements. When the prepared statement is no longer valid (e.g. because the table structure has changed), the kernel will issue a -8 and the interface is supposed to reprepare the statement internally and to reexecute the statement. This error code should never see the light of the day. Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
