Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BigAl1520

  1. BigAl1520

    USing JAVA to manipulate Access DB

    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...
  2. BigAl1520

    USing JAVA to manipulate Access DB

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

Part and Inventory Search

Back
Top