search for: okoniewski

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

2006 Nov 27
3
Is there a version of RMySQL for Windows?
I was trying to email directly the developer, David A. James, but all the emails bounce... Does anyone know if RMySQL may be re-compiled under Windows and what are the limitations? Cheers, Michal -------------------------------------------------------- This email is confidential and intended solely for the use o...{{dropped}}
2006 Oct 27
0
RMySQL and stored procedures
Hi, I use RMySQL to connect to MySQL server where I have a couple of stored procedures. I know that the function for the stored procedures "is not yet implemented", but I was trying to get around the problem connecting like that: drv <- dbDriver("MySQL") con <- dbConnect(drv,user=MyUser, password=MyPasswd, dbname=MyDBName, host=MyHost, client.flag="196608"