search for: name_of_db

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

2008 Aug 15
1
dbConnect
Hi everybody, I'm having a problem with connecting to my MySQL database. Each time I try to connect library(RMySQL) m <- dbDriver("MySQL") con <- dbConnect (m, host="my_host",username="my_username", password="my_password", dbname="name_of_db") it says Fehler in mysqlNewConnection(drv, ...) : RS-DBI driver: (could not connect my_host on dbname "name_of_db" Error:Can't connect to MySQL server on 'my_host' (60) I access the database via https. Might this be the problem? (I have an other database that I acc...
2007 Apr 16
3
RODBC connections w/o specific database
Folks, I'm writing a gui wrapper around RODBC (having abandoned RMySQL) and some custom analysis scripts. I'm hoping that I could get some advice. All of my users will have access to a database server. I am going to limit their access to certain databases--a sizeable warehouse in a SAN, and then smaller storage that they can use for temp files and personal tables. I want to present