MySQL Forums
Forum List  »  Perl

Re: Create MySQL stored procedure from Perl using DBI
Posted by: Rick James
Date: May 17, 2010 09:21PM

1. What version of MySQL?

2. See if it works with foo.sql containing only
CREATE PROCEDURE Foo()
BEGIN
SELECT * from T ;
END

DBI is not known for handling multi-statement SQL.

Options: ReplyQuote


Subject
Written By
Posted
Re: Create MySQL stored procedure from Perl using DBI
May 17, 2010 09:21PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.