Re: [R] Specify Database location from R

2009-08-18 Thread Don MacQueen
I believe you will have to go into your ODBC configuration software outside of R, find where "SOUTHAMPTON" is defined, and change it so that it connects to that "different part of the server". Note that "different part of the server" is not standard database terminology, so it's kind of hard to

[R] Specify Database location from R

2009-08-18 Thread Conrad Addo
Hello Everyone, I'm trying to write a table to a specific location in my database from R. When I use the following code, it is going directly into the first part of the server which is named 'master' I want to put it onto a different part of the server called 'HRISK_1'. I think I have to change