Is that true the Microsoft doesn't support the prepareStatement functionality? If not, then could anyone tell me what's wrong with my following code that fails to delete records from an Access database.
Thanx.
************************************************************ public void method(String[] key) { ... ... try { int i;
sql= "DELETE FROM table WHERE key = '?'"; prestmt = conn.prepareStatement(sql);