[R] rodbc or unixodbc error
Dirk Eddelbuettel
edd at debian.org
Tue Feb 22 03:20:56 CET 2005
PS iii) Make sure you connect with dsn, uid and pwd arguments:
> db <- odbcConnect("beancounter", uid="edd", pwd="********")
> db
RODB Connection 3
Details:
case=nochange
DSN=beancounter
DATABASE=beancounter
SERVER=basebud
PORT=5432
UID=edd
PWD=
ReadOnly=No
Protocol=6.4
FakeOidIndex=No
ShowOidColumn=No
RowVersioning=No
ShowSystemTables=No
ConnSettings=
Fetch=100
Socket=4096
UnknownSizes=0
MaxVarcharSize=254
MaxLongVarcharSize=8190
Debug=0
CommLog=0
Optimizer=1
Ksqo=1
UseDeclareFetch=0
TextAsLongVarchar=1
UnknownsAsLongVarchar=0
BoolsAsChar=1
Parse=0
CancelAsFreeStmt=0
ExtraSysTablePrefixes=dd_
LFConversion=0
UpdatableCursors=1
DisallowPremature=0
TrueIsMinus1=0
BI=0
ByteaAsLongVarBinary=0
UseServerSidePrepare=0
Dirk
--
Better to have an approximate answer to the right question than a precise
answer to the wrong question. -- John Tukey as quoted by John Chambers
More information about the R-help
mailing list