Displaying 1 result from an estimated 1 matches for "ustawa".
2007 Feb 18
1
dbi, rodbc, rmysql, charset problem
...ad of ? a "?".
It is just the same if i use RMySQL instead of RODBC:
library(RMySQL)
con <-dbConnect(dbDriver("MySQL"), dbname="trybunal", username="root",
password="mypassword")
dbListTables(con)
the output (abridged) is like that:
[13] "Ustawa" "Wyk?adnia innych przepis<f3>w"
and if i use
dbReadTable(con, "Metryczka")
("Metryczka" being one table in the database) i get:
Error in make.names(as.character(names), allow_) :
invalid multibyte string 11
It works witho...