Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: Datatype of fetch'ed columns using Perl-Sybase

by ww (Archbishop)
on Jul 03, 2012 at 16:07 UTC ( [id://979741]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Datatype of fetch'ed columns using Perl-Sybase
in thread Datatype of fetch'ed columns using Perl-Sybase

You could certainly translate them yourself:

First, create your translation table (ficticious data, of course):

my %translation_table = ( 1=>"bool", 27=>"char", 13=>"dec", 34=>"nul", 55=>"etc...", );

Then, using the value from catalog functions, select and then print (or say) the appropriate data-type-word to your output.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://979741]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-16 06:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found