|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re^7: Problem with DBI, DBD::XBaseby stefbv (Chaplain) |
| on Jan 24, 2013 at 19:27 UTC ( #1015213=note: print w/ replies, xml ) | Need Help?? |
|
Hi Holger, I see you have 'B' (binary?) type for many fields, I'm not familiar with this type, but the year and month data type should be integer or numeric with 0 decimal places - N(4,0) for example. Regards, Stefan Update: Table with the official list of column types supported by the module:
Update2: Interesting, the other interface (non DBD) XBase can make B type columns, but the length is 10 and decimal places 0, ignoring the parameters:
Update3: 'B' = Type Double :)
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||