A
Armin Zingler
Hi,
how can I get properties in ADO.Net? I read about it in the OleDB
documentation (Chapter 14: properties) but I can not find out how to get
them in .Net using an OleDBConnection. Any ideas? I searched "everywhere"
but without success. Currently, I'm trying to get the information from the
DBPROPSET_JETOLEDB_COLUMN property set:
http://msdn.microsoft.com/library/e...c_properties_in_dbpropset_jetoledb_column.asp
Also with other providers, I have no clue how to get properties.
I have the GetOleDbSchemaTable method. I can use it only to get schema
information (which is no problem) but not those properties.
Armin
how can I get properties in ADO.Net? I read about it in the OleDB
documentation (Chapter 14: properties) but I can not find out how to get
them in .Net using an OleDBConnection. Any ideas? I searched "everywhere"
but without success. Currently, I'm trying to get the information from the
DBPROPSET_JETOLEDB_COLUMN property set:
http://msdn.microsoft.com/library/e...c_properties_in_dbpropset_jetoledb_column.asp
Also with other providers, I have no clue how to get properties.
I have the GetOleDbSchemaTable method. I can use it only to get schema
information (which is no problem) but not those properties.
Armin