> I'm trying to convert an Access database to SAPdb. I have a few > routines that create some SQL scripts, one to create the > tables, one to > fill them with the current values (30 meg of insert > statements) and one > to drop the tables. I can push these statements into PostgreSQL with > psql; into M$ SQL server with isql; into oracle with... I forget the > command.
Use the SAP DB Loader (loadercli, http://www.sapdb.org/7.4/htmhelp/ec/d93fb9400d11d3aa27006094b92fad/frameset.htm) As you'll have to generate a different format anyway, it could be useful to generate DATALOAD statements instead of INSERT statements. This will generate a smaller file, take less time to execute and the Loader log file will be smaller too. 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
