Page 1 of 1

MacOSx and XE6(SP1)

Posted: Mon 11 Aug 2014 09:46
by arnof
hi,

the dbx driver don't work on osX, the app crash with oping dataset.

i have testet in XE5 hiere works all fine and on xe6 crsh the application wihle Opening TSQLDataSet!

Re: MacOSx and XE6(SP1)

Posted: Mon 11 Aug 2014 13:11
by PavloP
We can't reproduce the problem. Please try to compose a small sample to demonstrate the problem and send it to pavelp*devart*com.

Re: MacOSx and XE6(SP1)

Posted: Mon 11 Aug 2014 14:44
by arnof
i have found the problem:

if i open the connection with the full path:

Code: Select all

 DataModule1.Datenbank.Params.Values['Database']:=TPath.Combine(ExtractFilePath(ParamStr(0)),'sepabank.db');
the app crash while open dataset

if i open without path the app runs ?!

Code: Select all

 DataModule1.Datenbank.Params.Values['Database']:='sepabank.db';

Re: MacOSx and XE6(SP1)

Posted: Wed 13 Aug 2014 16:07
by PavloP
We have reproduced the problem and investigation is in progress.