in reply to MS SQL Server & PERL :: Data Getting Rounded

What DBD driver are you using? Most DBDs obtain data as strings in which case this would not happen unless you attempted to do some arithmetic with them afterwards. Unless the thing looking like a number really is a number you need to do some arithmetic on then you should treat it as a string.

I would be very interested to know what DBD and driver you are using that produced this result.

  • Comment on Re: MS SQL Server & PERL :: Data Getting Rounded