Windows vs Mac with Firemonkey Application
Posted: 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.