How do you get a list of MS Access data types?
问题 I am trying to list data types from Microsoft Access 2000-2007 (depending on the MS Access database version) in a combobox for a C# program. How can I achieve such a thing? 回答1: I don't think it is possible to interrogate the engine at run time to enumerate the data types it supports. For example, DAO will not reveal some of the Jet 4.0 data types such as NCHAR and BINARY ; ADO will reveals data types that the Access database engine has never supported; only ACEDAO will reveal multivalued