You can use the static GetNames and GetValues methods on the Enum class
to get the names and the values for the OleDbType enumeration and populate
your array.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> How can I fill an array for each type in OleDbType where column1 is the
> literal and column 2 is its numeric value as string?
[quoted text clipped - 4 lines]
>
> Thanks.