Displaying 1 result from an estimated 1 matches for "predictedvalues".
2009 May 09
1
sqlSave()
Hi all: I have created a MS Access table named 'PredictedValues' through the statement below:
 myDB <- odbcConnectAccess("C:/Documents and Settings/Owner/Desktop/Rpond Farming.mdb",uid="admin",pwd="")	
 sqlSave(myDB,PredictedValues,rownames=FALSE)
  close(myDB) 
But if I run the code again with new values I get the message...