Hi Matthias,
Matthias Suttner [mailto:[EMAIL PROTECTED] wrote: > > I'd like to execute SQL-Statements (INSERT, DELETE) once each day. > > So far no problem for DBMCLI if the statement is short enough. But I > have to execute a few that have approx. 1300 characters. > > When I execute these with DBMCLI's sql_execute it throws an error: > > ERR > -24988,ERR_SQL: sql error > -3008,Invalid keyword or missing delimiter > > > Is there any other solution to execute big SQL-Statements? I read > about DBPROC. Is this an option? > It surely is. But how about the Loader? Despite the name it is able to execute SQL statements, too. And it has a CLI (LoaderCLI), too ;-) Regards, Steffen -- Steffen Schildberg SAP DB Team SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
