mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
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:
@ -66,7 +66,7 @@ begin
|
|||||||
FConn.Properties.Values['CLIENT_INTERACTIVE'] := PrpClientInteractive;
|
FConn.Properties.Values['CLIENT_INTERACTIVE'] := PrpClientInteractive;
|
||||||
// ZConn.Properties.Values['USE_RESULT'] := 'true'; // doesn't work
|
// ZConn.Properties.Values['USE_RESULT'] := 'true'; // doesn't work
|
||||||
// ZConn.Properties.Values['CLIENT_SSL'] := 'true'; // from an mdaems's example
|
// 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;
|
end;
|
||||||
|
|
||||||
try
|
try
|
||||||
|
Reference in New Issue
Block a user