Dalsi zmeny
This commit is contained in:
@ -165,7 +165,7 @@ uses
|
||||
lQry.Connection:= sqlConnX;
|
||||
lQry.Open(lSQL, [AID]);
|
||||
if (lQry.RecordCount>0) then
|
||||
extInfoStr:= lQry.AsJSONObjectString;
|
||||
extInfoStr:= lQry.AsJSONObject;
|
||||
finally
|
||||
lQry.Free;
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user