c# - How do you get a list of MS Access data types? -


I am trying to list data types from Microsoft Access 2000-2007 (based on MS Access database version) How can I do a C # program?

I do not think it is possible to interrogate the engine, run the time to describe the data types that Support it. For example, DAO Jet 4.0 data types like NCHAR and BINARY will not appear; The ADO will disclose the data type that the Access database engine is never supported; Only ACEDO multivill type will reveal

I think you should already know that supporting every version of the engine, then select the appropriate set on the data type runtime.

The Jet 4.0 data type (included in Access2000 to 2003) and various synonyms can be found (some hints also indicate how to be new to Jet 4.0, in case only you have previous versions of the engine Need to support).

ACE (Access 20077) has added an attachment type; Polygamy ("complex") to support sharepoint lists: I think you have to decide for yourself whether polygon types are different or only variations on existing types. There are some details in this.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -