C
Chris Botha
I am filling a DataTable using an OleDbDataAdapter from an Oracle database.
Setting the MissingSchemaAction to "AddWithKey" on the data adapter works
for text fields - the MaxLength for the text columns are filled correctly.
How the heck do I get the definition of a NUMBER field, thus the precision
and scale? Same applies to an SQL Server DECIMAL data type.
Thanks.
Setting the MissingSchemaAction to "AddWithKey" on the data adapter works
for text fields - the MaxLength for the text columns are filled correctly.
How the heck do I get the definition of a NUMBER field, thus the precision
and scale? Same applies to an SQL Server DECIMAL data type.
Thanks.