Is there a way to export a database in SQL ?
You can export a database to ASCII files using the SAP DB Loader. If you want 'SQL', meaning an INSERT statement for every row in every table, then there is no such tool. But it is probably not that difficult to write some Perl or Python to translate the output of the Loader into the format you want.
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
