Re: List of OLEDB Data Types



On Fri, 23 May 2008 08:30:31 -0700 (PDT), Norbert Pürringer <thalion77@xxxxxxxxxxxx> wrote:

¤ Hello,
¤
¤ do you know a website, where you can find out all possible OLEDB data
¤ types? The OLEDB data types are constants such as 200 for an Oracle
¤ VARCHAR2 and I need a list of all constants and its descriptions.

They are actually defined in the Microsoft OLE DB 2.0 Programmer's Reference. I'm not sure how much
this will help you though as the mapping of data types to the API will differ depending upon the
OLEDB provider/database implementation. The following might help a bit if you're using ADO:

http://www.w3schools.com/ADO/ado_datatypes.asp


Paul
~~~~
Microsoft MVP (Visual Basic)
.



Relevant Pages