MacOSx and XE6(SP1)

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQLite in Delphi and C++Builder
Post Reply
arnof
Posts: 8
Joined: Mon 11 Aug 2014 09:43

MacOSx and XE6(SP1)

Post by arnof » Mon 11 Aug 2014 09:46

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!

PavloP
Devart Team
Posts: 149
Joined: Fri 24 Jan 2014 12:33

Re: MacOSx and XE6(SP1)

Post by PavloP » Mon 11 Aug 2014 13:11

We can't reproduce the problem. Please try to compose a small sample to demonstrate the problem and send it to pavelp*devart*com.

arnof
Posts: 8
Joined: Mon 11 Aug 2014 09:43

Re: MacOSx and XE6(SP1)

Post by arnof » Mon 11 Aug 2014 14:44

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';

PavloP
Devart Team
Posts: 149
Joined: Fri 24 Jan 2014 12:33

Re: MacOSx and XE6(SP1)

Post by PavloP » Wed 13 Aug 2014 16:07

We have reproduced the problem and investigation is in progress.

Post Reply