> how and where I can see, which sql instructions to sapdb I > mailed? (History)
There is no human readable log of SQL commands that can be used to execute the same commands on a second machine, if that's what you need. For debugging, you can use http://sapdb.2scale.net/moin.cgi/VTrace, but most interfaces have a similar trace built in. > And how I can many SQL instructions one behind the other send? The only interface that allows to execute several distinct SQL statements with one call is JDBC (addBatch, executeBatch). If you want to execute the same SQL with different values (say a bunch of INSERTs into the same table), several interfaces allow this, but the details differ. 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
