Leslie,
SERVER TYPE is a string so I modified the code this way as you indicated:
"UPDATE [*Server times] SET [*Server times].[Tsf P1] = ? WHERE [Object type] = "+valuesCurrent[i][0]+" AND [SERVER TYPE]= '"+valuesCurrent[i][2]+"' AND [SRAN ID] = "+valuesCurrent[i][1];
Now it works perfectly...
I am using JAVA JDK 5 to manipulate an Access 2003 database. The below UPDATE statement produces the error below:
"UPDATE [*Server times] SET [*Server times].[Tsf P1] = ? WHERE [Object type] = "+valuesCurrent[i][0]+" AND [SRAN ID] = "+valuesCurrent[i][1]+" AND [SERVER TYPE]=...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.