Hi, I think this is caused by changes to subscripting for data.frames made in 1.8.0 (grep "Subscripting" in the 1.8.0 NEWS file). I'll fix this in an RMySQL update I'm currently working on (and soon to be available).
Regards, -- David Christian Schulz wrote: > Hi, > > i getting following error and don't know doing > something wrong. > > >mysqlWriteTable(con,"model1",model1,overwrite=T) > Error in "[.data.frame"(value, from:to, drop = FALSE) : > undefined columns selected > In addition: Warning message: > drop argument will be ignored in: "[.data.frame"(value, from:to, drop = > FALSE) > > Exactly the same code, database and data > works with 1.7.1 very nice! > > Many thanks, > Christian > > ______________________________________________ > [EMAIL PROTECTED] mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help -- David A. James Statistics Research, Room 2C-253 Phone: (908) 582-3082 Bell Labs, Lucent Technologies Fax: (908) 582-3340 Murray Hill, NJ 09794-0636 ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
