Page 1 of 1

Windows vs Mac with Firemonkey Application

Posted: Thu 31 May 2012 15:59
by jbmiller
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.

Re: Windows vs Mac with Firemonkey Application

Posted: Fri 01 Jun 2012 13:15
by ZEuS
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.