Windows vs Mac with Firemonkey Application

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jbmiller
Posts: 12
Joined: Wed 30 May 2012 21:33

Windows vs Mac with Firemonkey Application

Post by jbmiller » Thu 31 May 2012 15:59

Is there some reason that a Firemonkey application would not work using the same database file copied to a Mac from a windows machine? I made a simple, single-form application in firemonkey. Connect to a sqlite database, run a query, and all works in windows version. On the mac, it gets an exception of "Field 'FullName' not found". 'FullName' is one of my fields but it craters on the mac when trying to run the query. This is similar to my prior post but this is much simpler just trying to get an answer.

ZEuS
Devart Team
Posts: 240
Joined: Thu 05 Apr 2012 07:32

Re: Windows vs Mac with Firemonkey Application

Post by ZEuS » Fri 01 Jun 2012 13:15

Hello.

Please make sure that the UniConnection.Database property is set properly and points to the right database when the application runs on Mac.
If everything is correct, but the problem still persists, please try to create a small sample that demonstrates the problem, including a script to create the table and send it to us.

Post Reply