DA 9.7.115.1441 for Delphi Server problem

Hi,

I just installed last release of DA (9.7). In my server if I run this code (this is a sample)

var
LDataset: IDADataset;
begin
LDataset := Schema.NewDataset(Connection, ‘Users’);
LDataset.Open;
Result := LDataset.IsEmpty;
LDataset.Close;

when i close the server (in debug mode) FastMM4 raise an exception:

‘FastMM has detected a FreeMem call after FastMM was uninstalled’

Runtime error 204 at 0040DE18

It seems that the problem occurs when I create a dataset at runtime

LDataset := Schema.NewDataset(Connection, ‘Users’);

Database: SQLite
Driver tested: UniDAC and FireDAC. Same problem

Hi,

pls read my answer at FastMM 4.99 says "FastMM has detected a FreeMem call after FastMM was uninstalled"

1 Like

Many thank’s EvgenyK!