Hi All,
i try to use sqlSave() in R. i receive the following error.
[RODBC] Failed exec in Update
22018 0 [Microsoft][ODBC SQL Server Driver]Invalid character value for cast
specification
for the below code.
> library("RODBC")
> dbConnection CreditCardVista sqlSave(dbConnection,
CreditCardVista,tablename="CreditCardInfo",append=FALSE,rownames=FALSE,colnames=FALSE)
Error in sqlSave(dbConnection, CreditCardVista, tablename =
"CreditCardInfo", :
[RODBC] Failed exec in Update
22018 0 [Microsoft][ODBC SQL Server Driver]Invalid character value for cast
specification
> close(dbConnection)
>
need your help to solve the problem.
with regards
Solomon
[[alternative HTML version deleted]]