'"BooleanDomainFields " is not a valid option for InterBase UniProvider
Posted: Mon 18 May 2015 12:32
Hello DevArt,
I'm starting migration from my old UIB to fresh UniDAC project which is connected to Firebird Database and I have one problem with boolean domain fields.
When I set specific option:
Program raise an error:
Thanks in advance...
I'm starting migration from my old UIB to fresh UniDAC project which is connected to Firebird Database and I have one problem with boolean domain fields.
When I set specific option:
Code: Select all
InterBase.BooleanDomainFields = False
What can bi problem, because I need to use boolean domain fields as integer to just be compatibile between old and new techonogy and I plan to use same scenario on MS SQL and Oracle?Exception class Exception with message '"BooleanDomainFields " is not a valid option name for InterBase UniProvider'.
Thanks in advance...