Thread: GBORG NEWS: Npgsql can now send insert, delete, update and other non-return-rows queries (npgsql)

GBORG NEWS: Npgsql can now send insert, delete, update and other non-return-rows queries (npgsql)

From
webmaster@gborg.postgresql.org
Date:
Hi all. Today Npgsql can send and parse result of insert, delete and update queries. It can also send some queries like
createtable, drop table and others.  
All this is possible through the ExecuteNonQuery method of the NpgsqlCommand class.

For more information go to: http://gborg.postgresql.org/project/npgsql/