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.
How do I do this in SAPdb? websql is obviously out as I can't cut and paste each statement into the browser. I tried xsql, but I came across the error that I've found mentioned in the archives, that xsql can't cope with line feeds. So what's the easiest way to feed arbitary SQL scripts to SAPdb? Thanks in advance Alan Graham _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
