I am using th开发者_运维技巧e open source library npgsql http://pgfoundry.org/projects/npgsql/ to manipulate third party data on a postgres database.The database is encoded SQL_ASCII.
I am using postgreSQL database. I need to add \"Numeric\" and \"Boolean\" parametres with SQL query. What do I have to write where I wrote in the code \"XXX\"
I\'m trying to insert a row into a PostgreSQL through an application with C#. Following the steps showed in Npgsql project homepage, I tryied to build a prepared statement in order yo insert a row in
Okay, I appreciate that the question is a tad vague, but after a day of googling, I\'m getting nowhere, any help will be appreciated, and I\'m willing to try anything.
I wanted to work with custom DB provider in Visual Stud开发者_JAVA技巧io. I need it to use Entity Framework.
I got a application where I use DateTime.MaxValue to indicate that a entry have not been deleted yet. The problem is that PostgreSQL (or npgsql or nhibernate) rounds 9999-12-31 23:59:59.999999 to (100
we are developing a database backend for a multiplayer game. The server is written in C# and talks to a Postgres database via Npgsql.
Why is it that the NPGSQL .NET Data Provider is slow when compared with the ODBC Provider? I have not tried NPGSQL 2.0 but I did worked with NPGSQL 1.0. It was very slow.
why connect to postgres over internet or VPN slower than sql server ? I have test DateTime now0 =System.DateTime.Now;
The Problem: NpgsqlCommand.Text: INSERT INTO mytable (id, name) VALUES (:id, :name) Parameter 1: name=id, value=42