Page 1 of 1

Composite Types

Posted: Thu 20 Oct 2005 07:19
by Riaan van der Westhuizen
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

Posted: Fri 21 Oct 2005 06:43
by SecureGen
Please refer to our RowStoredProc demo project. It contains all necessary
functionality. You can find it in the /Samples/RowStoredProc folder.