Hello,
We recently updated UniDAC to 5.5.12 and I noticed a bunch of specific options were removed.
Have these options been moved elsewhere or are not needed anymore?
1- PostgreSQL doesn't support TUniSQL.SpecificOptions.Values['AutoCommit']
2- MS SQL Server doesn't support TUniConnection.SpecificOptions.Values['Charset'] and TUniConnection.SpecificOptions.Values['UseUnicode']
Removed SpecificOptions
Re: Removed SpecificOptions
Hello,
There are no and never were such options in PostgreSQLUniProvider and SQLServerUniProvider. You can find the list of available options in the documentation:
http://www.devart.com/unidac/docs/pgsqlprov_article.htm , http://www.devart.com/unidac/docs/sqlprov_article.htm.
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.
There are no and never were such options in PostgreSQLUniProvider and SQLServerUniProvider. You can find the list of available options in the documentation:
http://www.devart.com/unidac/docs/pgsqlprov_article.htm , http://www.devart.com/unidac/docs/sqlprov_article.htm.
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.
Re: Removed SpecificOptions
Ok, it explains everything, my mistake. Thanks a lot for the clarification.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.
Re: Removed SpecificOptions
If you have any further questions, feel free to contact us.