Обсуждение: 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)

От
webmaster@gborg.postgresql.org
Дата:
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/