[R] sqlFetch on MySQL-DB

christian schulz ozric at web.de
Mon Oct 10 07:51:00 CEST 2005


Hi,

there is a problem with the type of  attributes - is it varchar!?
IMHO you should play a bit with different type's in mysql and the 
consequence in R.

I recognize "similar" problems with RMySQL, if you have  variables with 
type decimal in mysql
you get numerics in chr. But it's possible to change the decimal in  
double  (mysql) to get num in R.

regards, Christian


>Dear all,
>
>I successfully set up a local MySQL-database. Connecting via RODBC is 
>not problem, the same in fetching 3 of 4 tables. But trying to 
>connect to table 4 fails. 
>
>  
>
>>author<-sqlFetch(test,"author")
>>    
>>
>Error in fromchar(unclass(x)) : character string is not in a standard 
>unambiguous format
>
>In principle I understand that error message, but I don't know any 
>solution. 
>
>Thanks for any help,
>
>Bernd
>
>
>  
>
>>version
>>    
>>
>         _                           
>platform i386-pc-mingw32             
>arch     i386                        
>os       mingw32                     
>system   i386, mingw32               
>status   Under development (unstable)
>major    2                           
>minor    3.0                         
>year     2005                        
>month    10                          
>day      06                          
>svn rev  35759                       
>language R
>
>______________________________________________
>R-help at stat.math.ethz.ch mailing list
>https://stat.ethz.ch/mailman/listinfo/r-help
>PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>
>  
>




More information about the R-help mailing list