Displaying 1 result from an estimated 1 matches for "grdata".
Did you mean:
rdata
2006 Mar 28
3
R, RMysql, and MySQL 5 Decimal Type Support
Hi,
Whenever I have a MySQL query that returns a Decimal result to R I get
the following warning in R:
Warning message:
RS-DBI driver warning: (unrecognized MySQL field type 246 in column 1)
I get this for a simple query like "SELECT 2, 2.5" !!
I am using:
R ver 2.1.1
RMySQL ver. 0.5-7
DBI ver. 0.1-10
MySQL Ver 14.12 Distrib 5.0.18.
Please Help!
Jason