Re: [R] Reg : read missing values from database using RJDBC

2011-10-06 Thread Uwe Ligges
On 05.10.2011 17:10, Raji wrote: Hi All, This seems to be a bug with RJDBC package and it has been fixed in the latest RJDBC_0.1-6 version. I would like to try out RJDBC_0.1-6. can you please guide me to a link where i can find the 64-bit RJDBC_0.1-6.zip . I could find the 32-bit version at

Re: [R] Reg : read missing values from database using RJDBC

2011-10-05 Thread Raji
Hi All, This seems to be a bug with RJDBC package and it has been fixed in the latest RJDBC_0.1-6 version. I would like to try out RJDBC_0.1-6. can you please guide me to a link where i can find the 64-bit RJDBC_0.1-6.zip . I could find the 32-bit version at http://cran.sixsigmaonline.org/bin/win

Re: [R] Reg : read missing values from database using RJDBC

2011-02-17 Thread Raji
Hi R-helpers, Did any of you get a chance to look into this issue?i am kind of stuck in my work due to this..Is there any R command/option that can be used to overcome this? Regards, Raji -- View this message in context: http://r.789695.n4.nabble.com/Reg-read-missing-values-from-database-usin

[R] Reg : read missing values from database using RJDBC

2011-02-03 Thread Raji
Hi R-helpers, i am using the following dataset.This dataset is stored in a mysql database. W(x)pH(y) 10 1 15 1 20 4 5 7.5 3 13 9 5 11.5 13.53 16 2 1 9.6 1 I am using RJDBC package to read the data from the database into a dataFr