I am trying to use a script I have already published to Perlmonks
here. The script was designed to be database generic, and in principle it is. I have just successfully hacked the first few lines to allow my current database to be analysed.
Considering the original post was written with an Oracle database in mind, and I am now using it for Sybase, I am pleased that my original script works. However, I have an issue with the decoding of data types as the DBD layer is returning different values for $sth->{TYPE}. I am getting different 'magic' numbers, but I do not have the complete infomation to decode them. I would like a comprehensive list for the standard values that will occur.
The two references I have seen quoted for this information in the documentation both don't work:
Can anyone please post the current list of values as a reply, or a url which works (preferrably http rather than ftp).
Thanks in anticipation.
rinceWind
--
I'm Not Just Another Perl Hacker
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.