Data Types
I'm writing a perl script that will among other things collect data
types from a mysql database. I'm using mysql.pm 2.9002 to retrieved
types information from the statement handle. The problem is that all
blob and text fields return the value 252 when using the
$handle->types function and I need to differentiate between them.
Has anyone else dealt with this issue?
Any help would be appreciated.
|