'Access violation at address 02E1FC9C in module 'dbexpida40.dll'. Read of address 00000008'
Code: Select all
Dataset := TSQLDataSet.Create(nil);
With DataSet do
try
SQLConnection := FConnection;
DbxCommandType := TDBXCommandTypes.DbxMetaData;
CommandText := TDBXMetaDataCommandsEx.GetProcedureSources;
Active := True; // here raises the exception
.....
finally
Free;
end;
Anyone can help me?
Thanks,
Daniel Dummer