Statements using CALL SQL requires that the option CLIENT_MULTI_RESULTS

is enabled. Reference: http://dev.mysql.com/doc/refman/5.0/en/call.html
This commit is contained in:
Francisco Ernesto Teixeira
2007-12-19 13:54:18 +00:00
parent 2eae79f254
commit 2dc93c9ca5

View File

@ -66,7 +66,7 @@ begin
FConn.Properties.Values['CLIENT_INTERACTIVE'] := PrpClientInteractive;
// ZConn.Properties.Values['USE_RESULT'] := 'true'; // doesn't work
// ZConn.Properties.Values['CLIENT_SSL'] := 'true'; // from an mdaems's example
FConn.Properties.Values['CLIENT_MULTI_STATEMENTS'] := '1';
FConn.Properties.Values['CLIENT_MULTI_RESULTS'] := '1';
end;
try