search for: myaccessdb

Displaying 2 results from an estimated 2 matches for "myaccessdb".

Did you mean: myaccess
2007 Mar 07
1
Fwd: Package-RODBC-MSACCESS
I have used RODBC to get the database i can view the tables in RGUI-2.4.1 how can i query the records in R> i tried with sqlQuery need some help JJ -- Lecturer J. Joshua Thomas KDU College Penang Campus Research Student, University Sains Malaysia -- Lecturer J. Joshua Thomas KDU College Penang Campus Research Student, University Sains Malaysia [[alternative HTML version deleted]]
2007 Aug 14
4
Import of Access data via RODBC changes column name ("NO" to "Expr1014") and the content of the column
...bls), function(.i){ .d <- try(get.table(.tbls[.i], db = db)) return(invisible(.d)) }) names(.d) <- .tbls .ok <- !sapply(.d, inherits, "try-error") return(list(notdone = .d[!.ok], data = .d[.ok])) } library(RODBC) alldata <- get.alltables(db = "./myaccessdb.MDB") ## code end