Posts by Mateus Sabino • 1 point
1 post
-
-1
votes1
answer30
viewsQ: How to read a 'Boolean' column using NPGSQL?
I have the following code at the event Validated textbox: NpgsqlConnection conn = new NpgsqlConnection( "Server=127.0.0.1; port=5432;User; Id=postgres; Password=572600;Database=Sistema");…