Hi Dave,
The latest version of EDB .NET connectors is the 3.2.6.1, please go thorough the below technical alert.
Documentation for the EDB .NET connectors :
https://www.enterprisedb.com/docs/en/10.0/dotnet/toc.html
Please review the above documents and let us know in case you have any further queries.
Regards,
Sudhir
Thanks. I have downloaded and installed 3.2.6.1 per the documents. However, starting from 3.2 it is suppose to have Windows performance counters but we are not seeing them after we added them to the connection string using
"Use Perf Counters=true"
Thanks
Dave
Hi Dave,
We are checking this internally whether this connection parameter is supported by the connect and we will update to you as soon as possible.
Regards,
Sudhri
Hi Dave,
We had discussion with our development team, currently, EDB .NET driver does not support the performance counters.
It maybe available from the next release of the connectors version.
Please let us know in case of any issues/queries.
Regards,
Sudhir
Thanks, does the EDB version support presistent prepared statements from npgsql 3.2?
Lastly, we have an EDB support contract and wondering it EDB would support us using npgsql drivers?
Thanks
Dave
Hi Dave,
Regarding the persistent prepared statement, it should work with EDB .NET connector as well.
We have not certified the community npgsql driver with EPAS, thus, not supporting it with EPAS.
Certain features that are available in EDB .NET driver are not available in the community npgsql driver.
Please let us know in case of any issues/queries.
Regards,
Sudhir
Please list those features. I was not able to find a doc that lists additional features for the EDB client vs npgsql.
Thanks
Dave
Hi Dave,
Unfortunately, we don't have the separate list of features not supported by EDB.net driver which are present in the npgsql driver.
All supported feature list is present in the document.
Kindly refer below document link for the list:
EDB Postgres Advanced Server .NET Connector Guide
Hope this helps.
Thanks for the information to date. One last question, we are trying to use the "Max Auto Prepare" connection string parameter to enable prepared statement and we are not noticing an increase when performing automated testing. Please check if the "Max Auto Prepare" parameter is supported in EDB .NET client. If this is not support at the connection string level at a minimum, we are hoping the EDB client supports this at the code level.
We are hoping to do this
https://www.npgsql.org/doc/prepare.html
Thanks
Dave