DATA_TYPE codes for column_info

DATA_TYPE codes for column_info

am 22.01.2006 16:56:20 von Mark.Fenbers

I have been unable to find a complete list of the DATA_TYPE numeric
codes returned by the DBL::column_info() function. I've figured out
several, but need a full list. Can you point me to such a list?

Mark

Re: DATA_TYPE codes for column_info

am 23.01.2006 01:22:24 von Tim.Bunce

On Sun, Jan 22, 2006 at 10:56:20AM -0500, Mark Fenbers wrote:
> I have been unable to find a complete list of the DATA_TYPE numeric
> codes returned by the DBL::column_info() function. I've figured out
> several, but need a full list. Can you point me to such a list?

You could start here:

http://search.cpan.org/~timb/DBI/DBI.pm#ODBC_and_SQL%2FCLI_S tandards_Reference_Information

Tim.