Ivy_Li wrote:

>  Hi everybody,
>       Could I consult one problem?
> 
>       I want to access database with RODBC,  first download  this package from  
> http://www.microsoft.com/data/odbc as part of MDAC, the version is the newest 
> version 2.7.0. But  after I have installed this Package(RODBC) and run command  
> libaray(RODBC), the R system report the fillowing warning information. 
> 
>       Error in eval(expr, envir, enclos) : couldn't find function "lazyLoad"
>                In addition: Warning message: 
>                package RODBC was built under R version 2.0.0 
>                Error in library(RODBC) : package/namespace load failed


So you have an R version < R-2.0.0, but using the RODBC package compiled
for R-2.0.0. That cannot work.
Either get a version of RODBC that fits to your version of R by
 install.packages("RODBC")
or upgrade to R-2.0.0!

Uwe Ligges



>       why?
>       Thanks for helping me!
> 
> Best Regards!
> Ivy Li(李琛)
> YMS in Production & Testing
> Semiconductor Manufactory International(ShangHai) Corporation
> #18 ZhangJiang Road, PuDong New Area, Shanghai, China
> Tel: 021-5080-2000 *11754
> Email: [EMAIL PROTECTED]
> 
> ______________________________________________
> [EMAIL PROTECTED] mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to