> I've got a perl script that I use to run sql scripts against > various RDBMS'. > While this works against other databases I seem to getting > problems when getting > the server to recognize the end of statement terminator. I
SAP DB has no 'end of statement terminator'. If you want to execute multiple commands, you have to execute several $dbh->do (); Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
