July 30, 2009 at 10:13 am
Apparently this was a bug in the Oracle driver. The solution is to install an updated driver. Here are the details in case anyone else has same issue:
http://forums.oracle.com/forums/thread.jspa?threadID=337842&start=15&tstart=-2
Thanks,
Paul
August 24, 2009 at 9:34 am
Since there is no NUMERIC data type in Oracle - closest one would be NUMBER I think driver was attempting some kind of data conversion from default datatype and failed.
Probably new version of the driver is smarter and got it done.
_____________________________________
Pablo (Paul) Berzukov
Author of Understanding Database Administration available at Amazon and other bookstores.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.August 25, 2009 at 5:22 pm
Try if you find something.I always swap between the two drivers (MSDAORA and ORAOledb)and one of them always helped me in many cases:-)
October 15, 2009 at 3:52 pm
Helo paul
In your query try with to_number(NumCol)
example
exec('select to_number(empno),ename from emp') at oralinksrv
Regards
Reddy
Viewing 4 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply