About 11,800 results
Open links in new tab
  1. Newest 'npgsql' Questions - Stack Overflow

    Dec 12, 2025 · I’m using the Npgsql driver in a .NET application to connect to a CockroachDB instance. I set Minimum Pool Size=100 in the connection string, expecting the pool to pre-open 100 …

  2. c# - Installing Npgsql.dll for Postgresql - Stack Overflow

    Sep 18, 2015 · Another way to obtain the npgsql.dll file is: Open Visual Studio and start a new project -- ASP.NET Core for instance. Use the NuGet Package Manager to install Postgres packages Open a …

  3. postgresql - How to import the npgsql module? - Stack Overflow

    Jan 8, 2016 · Afaik, Npgsql does not contain any Powershell module, it is simply a library that can be used in a regular .net project to connect to a PostgreSql database. It it however possible to use …

  4. .net - C# and PostgreSQL - Stack Overflow

    Npgsql will take care of binding your parameters correctly. But now I have another problem. When I pass another output parameter to my CommandText, I have two fields in my result. One of them is 0{my …

  5. c# - Npgsql exception when connecting - Stack Overflow

    Sep 4, 2012 · A first chance exception of type 'Npgsql.NpgsqlException' occurred in Npgsql.dll Additional information: ERROR: 22023: 3 is outside the valid range for parameter "extra_float_digits" …

  6. Preparing statements and batching in npgsql - Stack Overflow

    Feb 14, 2019 · Preparing statements and batching in npgsql Asked 6 years, 11 months ago Modified 3 years, 8 months ago Viewed 9k times

  7. Npgsql Exception while reading from stream, Postgres

    Nov 1, 2016 · Npgsql Exception while reading from stream, Postgres Asked 9 years, 2 months ago Modified 2 years, 9 months ago Viewed 104k times

  8. Npgsql with .NET 5.0 - Stack Overflow

    Apr 24, 2022 · If you're just looking to use Npgsql, you can directly instantiate NpgsqlConnection in your code (new NpgsqlConnection() instead of factory.CreateConnection()). If you're looking to use …

  9. postgresql - Confused about NpgSql connection pooling vs ...

    Jul 16, 2024 · I'm trying to implement database pooling in my .net core application that's connecting to PostgreSql db. While reading documentation on NpgSql, It states that pooling is avaible in the this …

  10. c# - npgsql timeout during reading attempt - Stack Overflow

    Sep 28, 2023 · npgsql timeout during reading attempt Asked 2 years, 3 months ago Modified 2 years, 3 months ago Viewed 10k times