Hi,
I try to generate entities from a Firebird 5 database but it shows this error message.
Any idea what could cause it?
Hi,
I try to generate entities from a Firebird 5 database but it shows this error message.
Any idea what could cause it?
You should set the SQLDialect
property of TAureliusConnection
component to Firebird3
, that it's the one supporting Boolean
field types.
Thanks. That did the trick.
Maybe this info could be added to the documentation.
Apparently I missed it. Thank you for the link :)
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.