> I wan't to execute a sql-Script with multiple sql-statements > on a Linux-client. The database is on an other server. > > I found 2 tools which seemed to be appropriate: > xsql and dbmcli with switch -uSQL > > The problem with xsql is, I don`T know how to say where the > database-Server is. > Is there a special sysntax for the -d swicth ?
Use the -n option. > Could default-database-server saved is some form of configuratinon ? Use XUSER (http://www.sapdb.org/7.4/htmhelp/f3/988a7f8fb811d5993200508b6b8b11/frameset.htm) and the -U option for xsql. 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
