|
@@ -260,7 +260,11 @@ end;
|
|
|
|
|
|
procedure TConnectionName.UnPrepareStatement(cursor: TSQLCursor);
|
|
procedure TConnectionName.UnPrepareStatement(cursor: TSQLCursor);
|
|
begin
|
|
begin
|
|
- // not necessary
|
|
|
|
|
|
+ With Cursor as TCursorName do
|
|
|
|
+ begin
|
|
|
|
+ mysql_close(FQMySQL);
|
|
|
|
+ FQMysql := nil;
|
|
|
|
+ end;
|
|
end;
|
|
end;
|
|
|
|
|
|
procedure TConnectionName.FreeFldBuffers(cursor: TSQLCursor);
|
|
procedure TConnectionName.FreeFldBuffers(cursor: TSQLCursor);
|