search for: kpprofile2

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

2017 Jul 17
0
dbplyr error updating database
...67: <Anonymous> 66: dbSendQuery 65: observeEventHandler [/home/mconklin/tmpdir/CodeKPVars/server.R#76] 1: runApp Auto-disconnecting SQLiteConnection Auto-disconnecting SQLiteConnection The specific chunk of server code being run is: kpnew<-src_sqlite("/var/sqlite/KPProfile2") stmnt<-paste0("update kpquestions set mrisupercat = '",input$supercat,"' , set mricategory = '",input$subcat, "' , where VariableNumber = ",input$vnum, ";") print(stmnt) dbSendQuery(kpnew,stmnt) the print(stmnt) c...