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]]

______________________________________________
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.

Reply via email to