Ive given my Strings, ints and floats variables, and tried to insert the variables into a table in access using SQL, But it gives some errors, firstly:
public static void addItem(String value1, String value2, int value3, int value4, float value5)
{
System.out.println("Enter value1: ")...