search for: loginpass

Displaying 1 result from an estimated 1 matches for "loginpass".

Did you mean: login_as
2002 May 30
2
RODBC & Problems with Sybase Database
Hello, i would like import Data from Sybase DataBase to R-1.5.0 via RODBC. With this i get a connection without problems ! channel <- odbcConnect("ODBCName","LoginName","LoginPass") dataSybase <- sqlFetch(channel,"EPORT_XYZ") ,but when i try this i get a message error ? (Perhaps the _ is a problem, i know that's i.e. not usual to name objects with _ in R ?) Error in odbcFetchRows(channel, max = max, transposing = (as != "matrix"),...