Filling DataSet with OracleDataAdapter - VARRAY in table!
Posted: Wed 29 Jun 2005 10:13
Hi!
I want to display the content of a table in a DataGrid, so I fill the underlaying DataSet with an OracleDataAdapter using the Fill() method.
That table contains a custom VARRAY row which I need to access and display as well.
Right now, that row is displayed but just with a "0" in it.
Any idea how to display all the components of that VARRAY in the table so that I can display and update every single component?
Your help is greatly appreciated!
Best regards,
Andreas (using OraDirect .NET 2.50 Prof. with VC++ .net 2003)
I want to display the content of a table in a DataGrid, so I fill the underlaying DataSet with an OracleDataAdapter using the Fill() method.
That table contains a custom VARRAY row which I need to access and display as well.
Right now, that row is displayed but just with a "0" in it.
Any idea how to display all the components of that VARRAY in the table so that I can display and update every single component?
Your help is greatly appreciated!
Best regards,
Andreas (using OraDirect .NET 2.50 Prof. with VC++ .net 2003)