SQLite "Field 'NULLABLE' not found" Error
Posted: Wed 30 May 2012 22:06
Hi,
I am working on creating a multi-tier solution where the server can reside on any platform, specifically windows and mac. I have a small test database where I am fetching a group of records and I'm able to update a record too. Everything works great on windows but when I run it on the mac, I get the "Field 'NULLABLE' not found" error.
There are no persistent fields but I am selecting all fields with one parameter in my where clause. I get the error when I make the query active.
I only have the trial version to prove that it can work so I am unable to trace the error back into the source. Any help is appreciated.
Regards,
Bill
I am working on creating a multi-tier solution where the server can reside on any platform, specifically windows and mac. I have a small test database where I am fetching a group of records and I'm able to update a record too. Everything works great on windows but when I run it on the mac, I get the "Field 'NULLABLE' not found" error.
There are no persistent fields but I am selecting all fields with one parameter in my where clause. I get the error when I make the query active.
I only have the trial version to prove that it can work so I am unable to trace the error back into the source. Any help is appreciated.
Regards,
Bill