[R] Fetching data from MySQL via odbcConnect - Error in as.POSIXlt.character(x, tz, ...) :

2013-11-25 Thread Dirk Zimmermann
Hi! I am trying to retrieve data from a MySQL Database using RODBC with the commands odbcConnect and sqlFetch. There are different data files in the database and in some cases it works without any difficulties. Nevertheless I get an error with some data files. Since I'm not familiar with MySQL I h

Re: [R] Fetching data

2010-11-15 Thread Barry Rowlingson
On Mon, Nov 15, 2010 at 3:46 PM, Feng Mai wrote: > > IMO it is not possible. The code behind aspx page queries data from a > database server and display it on the webpage. That doesn't make it possible. Your web browser is sending a request to the web server, and whatever happens behind the scen

Re: [R] Fetching data

2010-11-15 Thread Feng Mai
IMO it is not possible. The code behind aspx page queries data from a database server and display it on the webpage. Maithula Chandrashekhar wrote: > > Dear all R users, I am wondering is there any procedure exists on R to > fetch > data directly from "http://www.ncdex.com/Market_Data/Spot_pric

[R] Fetching data

2010-11-14 Thread Maithula Chandrashekhar
Dear all R users, I am wondering is there any procedure exists on R to fetch data directly from "http://www.ncdex.com/Market_Data/Spot_price.aspx"; and save it in some time series object, without filling any field in that website. Can somebody point me whether it is possible? Thanks and regards,