Hello,
"SQLDialet is not a valid option name for interbase Uniprovider". in delphi i use Tuniconnection, TUniquery, database firebird embeded. what cause this error ?thanks
SQLDialet Error
Re: SQLDialet Error
Hello,
In the new version we have introduced a check for SpecificOptions and their values. Now, when you try to use a non-existent option, or assign an invalid value, you will receive an error message. The option name is 'SQLDialect';
In the new version we have introduced a check for SpecificOptions and their values. Now, when you try to use a non-existent option, or assign an invalid value, you will receive an error message. The option name is 'SQLDialect';
Code: Select all
UniConnection1.ProviderName := 'Interbase';
UniConnection1.SpecificOptions.Values['SQLDialect'] := '2'