Re: [R] Problems with modifying data in a MySQL database

2008-01-10 Thread Marcus Wurzer
Thank you! Duncan Murdoch schrieb: > On 1/8/2008 7:11 AM, Marcus Wurzer wrote: >> Using the package /RMySQL/ I have established a connection ('con1') >> to a MySQL-Database called 'mc'. >> This database contains a table called 'mc_2000' which

[R] Problems with modifying data in a MySQL database

2008-01-08 Thread Marcus Wurzer
e same applies to: dbGetQuery(con1, "REPLACE mc_2000(B5) VALUES(B6)", B6) Any help would be appreciated very much. Marcus Wurzer __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.