+ fixed a resource link

git-svn-id: trunk@3308 -
This commit is contained in:
joost 2006-04-21 11:30:54 +00:00
parent c6a9d889fa
commit 1796561a9c

View File

@ -289,10 +289,6 @@ begin
C:=Cursor as TCursorName;
if c.FStatementType=stSelect then
c.FNeedData:=False;
If (C.FRes<>Nil) then
begin
C.FRes:=Nil;
end;
if (c.FQMySQL <> Nil) then
begin
mysql_close(c.FQMySQL);