P
Paul K
I am currently trying to find a way to retrieve column
datatypes for use in a managed component. I have looked
at using the OleDbConnection.GetOleDbSchemaTable method
and the OleDbDataReader.GetSchemaTable method.
The OleDbDataReader.GetSchemaTable method provides the
information I need, but I don't want the connection open
any longer than it has to be. The OleDbSchemaGuid used in
OleDbConnection.GetOleDbSchemaTable doesn't seem to
provide a field for retrieving metadata on any column (not
just the pk or fks).
Does anyone know if there are any other ways to retrieve
any columns metadata (especially datatype)?
Thanks!
Paul K
datatypes for use in a managed component. I have looked
at using the OleDbConnection.GetOleDbSchemaTable method
and the OleDbDataReader.GetSchemaTable method.
The OleDbDataReader.GetSchemaTable method provides the
information I need, but I don't want the connection open
any longer than it has to be. The OleDbSchemaGuid used in
OleDbConnection.GetOleDbSchemaTable doesn't seem to
provide a field for retrieving metadata on any column (not
just the pk or fks).
Does anyone know if there are any other ways to retrieve
any columns metadata (especially datatype)?
Thanks!
Paul K