Composite Types

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
Riaan van der Westhuizen

Composite Types

Post by Riaan van der Westhuizen » Thu 20 Oct 2005 07:19

We have a table with more than 32 colums, and we use functions to insert and update data to the database through DataSets.

Now I want to create a function with 1 parameter, the table composite type.

How do I create my c# PgSqlParameter using the composite type with a DataSet, PgSqlDataAdapter.

The DataSet have only one table that match the Database Table fields.

Thanks

SecureGen
Devart Team
Posts: 133
Joined: Thu 08 Sep 2005 06:27

Post by SecureGen » Fri 21 Oct 2005 06:43

Please refer to our RowStoredProc demo project. It contains all necessary
functionality. You can find it in the /Samples/RowStoredProc folder.

Post Reply