Hello,
I would like to use System.Data.OracleClient to load a table's schema information into a DataTable object. I would essentially like to use the information from a "DESCRIBE TABLE" query to define the types within my DataTable. How would I go about doing this? Is OracleClient sufficient, or would I need ODP.NET to do such a thing? By the way, I'm using Oracle 9i. Thanks for your time.
Nick Ruiz
I would like to use System.Data.OracleClient to load a table's schema information into a DataTable object. I would essentially like to use the information from a "DESCRIBE TABLE" query to define the types within my DataTable. How would I go about doing this? Is OracleClient sufficient, or would I need ODP.NET to do such a thing? By the way, I'm using Oracle 9i. Thanks for your time.
Nick Ruiz