WHen try to insert data, many of time sit working fine. But this time I am finding an issue for the below code : db.execute('INSERT INTO FailureCode (FailureCodeID,Cust_CargoTypeID,FailureCode,FailureDescription) ' + failureCodeData+ ';');
i am getting the following error :
09-09 21:19:54.299: E/TiDB(31995): (KrollRuntimeThread) [1282,1282] Error executing sql: near "AND": syntax error (code 1): , while compiling: INSERT INTO FailureCode (FailureCodeID,Cust_CargoTypeID,FailureCode,FailureDescription) select '1','1','V2 LINE PARKING','LINE PARKING' union select '2','1','V1 LINE PARKING','LINE PARKING' union select '3','1','V3 LINE PARKING','LINE PARKING' union select '4','1','V1 FUSE PANEL','D
09-09 21:19:51.586: E/RXNServices.SocketServer(2453): java.io.IOException: socket failed: EMFILE (Too many open files)