Chinna, I found that there are ODBC drivers for the teradatabase available, so with the use of RODBC you should be able to connect to your database. This will allow you to extract your data into an R dataframe, and make reports of it.
But you noticed in another thread that you are an R beginner, so maybe you should sit down and take the time to learn how to work with R, read the manuals and docs! R is very powerfull and flexible, but is known for it's rather steep learning curve. And connecting to a db, extracting the data you want, analyse this and put in a report, with graphs isn't that hard, but if you are starting out, you have to accept that you will have to learn the basics. So go on, play with R and your data, and ask when you are stuck and can't figure it out without reading the manuals, help lists, ... Bart -- View this message in context: http://n4.nabble.com/Generating-reports-from-database-tp1564238p1564443.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.