Page 1 of 1

SQLDialet Error

Posted: Sun 22 Feb 2015 11:33
by Suhaimin
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

Re: SQLDialet Error

Posted: Mon 23 Feb 2015 05:50
by AlexP
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';

Code: Select all

  UniConnection1.ProviderName := 'Interbase';
  UniConnection1.SpecificOptions.Values['SQLDialect'] := '2'