This is driving me nuts... What am I doing wrong here?
ArrayList toAdd = new ArrayList(); toAdd.add(\"password\"); try{ Prepa
Prepared statements need to define a fixed structure so they can be precompiled. That means you can have variable values, but never variable table names, column names, function names etc.