how do i insert a variable from my java programme as a value for a field in an access db. I have tried the following code where imagePath is the variable.
stmt.executeUpdate("INSERT INTO Images ( path,keyword1) VALUES (imagePath, landscape)");
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.